Interface IdentityCenterConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IdentityCenterConfiguration.Builder,
,IdentityCenterConfiguration> SdkBuilder<IdentityCenterConfiguration.Builder,
,IdentityCenterConfiguration> SdkPojo
- Enclosing class:
IdentityCenterConfiguration
@Mutable
@NotThreadSafe
public static interface IdentityCenterConfiguration.Builder
extends SdkPojo, CopyableBuilder<IdentityCenterConfiguration.Builder,IdentityCenterConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationArn
(String applicationArn) The Amazon Resource Name (ARN) of IAMIdentity Center Application for WorkMail.instanceArn
(String instanceArn) The Amazon Resource Name (ARN) of the of IAM Identity Center instance.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
-
Method Details
-
instanceArn
The Amazon Resource Name (ARN) of the of IAM Identity Center instance. Must be in the same AWS account and region as WorkMail organization.
- Parameters:
instanceArn
- The Amazon Resource Name (ARN) of the of IAM Identity Center instance. Must be in the same AWS account and region as WorkMail organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationArn
The Amazon Resource Name (ARN) of IAMIdentity Center Application for WorkMail. Must be created by the WorkMail API, see CreateIdentityCenterApplication.
- Parameters:
applicationArn
- The Amazon Resource Name (ARN) of IAMIdentity Center Application for WorkMail. Must be created by the WorkMail API, see CreateIdentityCenterApplication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-