Interface DescribeApplicationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeApplicationResponse.Builder,,DescribeApplicationResponse> IoTSiteWiseResponse.Builder,SdkBuilder<DescribeApplicationResponse.Builder,,DescribeApplicationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeApplicationResponse
@Mutable
@NotThreadSafe
public static interface DescribeApplicationResponse.Builder
extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<DescribeApplicationResponse.Builder,DescribeApplicationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionARN of the applicationTimestamp when the application was createddescription(String description) Description of the applicationdnsSubdomain(String dnsSubdomain) DNS subdomain for the applicationUnique identifier of the applicationidcApplicationArn(String idcApplicationArn) Identity Center Application ARN associated with this applicationName of the applicationCurrent status of the applicationstatus(ApplicationStatus status) Current status of the applicationTimestamp when the application was last updatedworkspaceName(String workspaceName) Name of the workspace this application belongs toMethods 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.
-
createdAt
Timestamp when the application was created
- Parameters:
createdAt- Timestamp when the application was created- 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.
-
description
Description of the application
- Parameters:
description- Description 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.
-
idcApplicationArn
Identity Center Application ARN associated with this application
- Parameters:
idcApplicationArn- Identity Center Application ARN associated with this 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:
-
updatedAt
Timestamp when the application was last updated
- Parameters:
updatedAt- Timestamp when the application was last updated- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceName
Name of the workspace this application belongs to
- Parameters:
workspaceName- Name of the workspace this application belongs to- Returns:
- Returns a reference to this object so that method calls can be chained together.
-