Interface IdentityCenterConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IdentityCenterConfig.Builder,IdentityCenterConfig>,SdkBuilder<IdentityCenterConfig.Builder,IdentityCenterConfig>,SdkPojo
- Enclosing class:
- IdentityCenterConfig
public static interface IdentityCenterConfig.Builder extends SdkPojo, CopyableBuilder<IdentityCenterConfig.Builder,IdentityCenterConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdentityCenterConfig.BuilderinstanceArn(String instanceArn)The Amazon Resource Name (ARN) for the IAM Identity Center used for the web app.IdentityCenterConfig.Builderrole(String role)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 Detail
-
instanceArn
IdentityCenterConfig.Builder instanceArn(String 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
IdentityCenterConfig.Builder role(String 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.
-
-