Interface UpdateWebAppIdentityCenterConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateWebAppIdentityCenterConfig.Builder,
,UpdateWebAppIdentityCenterConfig> SdkBuilder<UpdateWebAppIdentityCenterConfig.Builder,
,UpdateWebAppIdentityCenterConfig> SdkPojo
- Enclosing class:
UpdateWebAppIdentityCenterConfig
@Mutable
@NotThreadSafe
public static interface UpdateWebAppIdentityCenterConfig.Builder
extends SdkPojo, CopyableBuilder<UpdateWebAppIdentityCenterConfig.Builder,UpdateWebAppIdentityCenterConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe IAM role used to access IAM Identity Center.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
-
role
The IAM role used to access IAM Identity Center.
- Parameters:
role
- The IAM role used to access IAM Identity Center.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-