Interface DescribedIdentityCenterConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DescribedIdentityCenterConfig.Builder,
,DescribedIdentityCenterConfig> SdkBuilder<DescribedIdentityCenterConfig.Builder,
,DescribedIdentityCenterConfig> SdkPojo
- Enclosing class:
DescribedIdentityCenterConfig
@Mutable
@NotThreadSafe
public static interface DescribedIdentityCenterConfig.Builder
extends SdkPojo, CopyableBuilder<DescribedIdentityCenterConfig.Builder,DescribedIdentityCenterConfig>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationArn
(String applicationArn) The Amazon Resource Name (ARN) for the IAM Identity Center application: this value is set automatically when you create your web app.instanceArn
(String instanceArn) The Amazon Resource Name (ARN) for the IAM Identity Center used for the web app.The IAM role in IAM Identity Center used for the web app.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
-
applicationArn
The Amazon Resource Name (ARN) for the IAM Identity Center application: this value is set automatically when you create your web app.
- Parameters:
applicationArn
- The Amazon Resource Name (ARN) for the IAM Identity Center application: this value is set automatically when you create your web app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceArn
The Amazon Resource Name (ARN) for the IAM Identity Center used for the web app.
- Parameters:
instanceArn
- The Amazon Resource Name (ARN) for the IAM Identity Center used for the web app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
role
The IAM role in IAM Identity Center used for the web app.
- Parameters:
role
- The IAM role in IAM Identity Center used for the web app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-