Interface CreateIdentityCenterApplicationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateIdentityCenterApplicationResponse.Builder,
,CreateIdentityCenterApplicationResponse> SdkBuilder<CreateIdentityCenterApplicationResponse.Builder,
,CreateIdentityCenterApplicationResponse> SdkPojo
,SdkResponse.Builder
,WorkMailResponse.Builder
- Enclosing class:
CreateIdentityCenterApplicationResponse
@Mutable
@NotThreadSafe
public static interface CreateIdentityCenterApplicationResponse.Builder
extends WorkMailResponse.Builder, SdkPojo, CopyableBuilder<CreateIdentityCenterApplicationResponse.Builder,CreateIdentityCenterApplicationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationArn
(String applicationArn) The Amazon Resource Name (ARN) of the application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.workmail.model.WorkMailResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
applicationArn
The Amazon Resource Name (ARN) of the application.
- Parameters:
applicationArn
- The Amazon Resource Name (ARN) of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-