Interface CreateIdentityCenterApplicationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateIdentityCenterApplicationResponse.Builder,CreateIdentityCenterApplicationResponse>,SdkBuilder<CreateIdentityCenterApplicationResponse.Builder,CreateIdentityCenterApplicationResponse>,SdkPojo,SdkResponse.Builder,WorkMailResponse.Builder
- Enclosing class:
- CreateIdentityCenterApplicationResponse
public static interface CreateIdentityCenterApplicationResponse.Builder extends WorkMailResponse.Builder, SdkPojo, CopyableBuilder<CreateIdentityCenterApplicationResponse.Builder,CreateIdentityCenterApplicationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateIdentityCenterApplicationResponse.BuilderapplicationArn(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 Detail
-
applicationArn
CreateIdentityCenterApplicationResponse.Builder applicationArn(String 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.
-
-