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 SummaryModifier and TypeMethodDescriptionidentityCenterApplicationArn(String identityCenterApplicationArn) The ARN of the EMR Serverless created IAM Identity Center Application that provides trusted-identity propagation.identityCenterInstanceArn(String identityCenterInstanceArn) The ARN of the IAM Identity Center instance.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
identityCenterInstanceArnThe ARN of the IAM Identity Center instance. - Parameters:
- identityCenterInstanceArn- The ARN of the IAM Identity Center instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
identityCenterApplicationArnIdentityCenterConfiguration.Builder identityCenterApplicationArn(String identityCenterApplicationArn) The ARN of the EMR Serverless created IAM Identity Center Application that provides trusted-identity propagation. - Parameters:
- identityCenterApplicationArn- The ARN of the EMR Serverless created IAM Identity Center Application that provides trusted-identity propagation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-