Interface CreateApplicationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateApplicationResponse.Builder,,CreateApplicationResponse> IoTSiteWiseResponse.Builder,SdkBuilder<CreateApplicationResponse.Builder,,CreateApplicationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateApplicationResponse
@Mutable
@NotThreadSafe
public static interface CreateApplicationResponse.Builder
extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<CreateApplicationResponse.Builder,CreateApplicationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionARN of the applicationdnsSubdomain(String dnsSubdomain) DNS subdomain for the applicationUnique identifier of the applicationName of the applicationCurrent status of the applicationstatus(ApplicationStatus status) Current status of the applicationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
ARN of the application
- Parameters:
arn- ARN of the application- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
Unique identifier of the application
- Parameters:
id- Unique identifier of the application- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsSubdomain
DNS subdomain for the application
- Parameters:
dnsSubdomain- DNS subdomain for the application- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Name of the application
- Parameters:
name- Name of the application- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Current status of the application
- Parameters:
status- Current status of the application- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Current status of the application
- Parameters:
status- Current status of the application- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-