Interface UpdateWebAppIdentityCenterConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateWebAppIdentityCenterConfig.Builder,UpdateWebAppIdentityCenterConfig>,SdkBuilder<UpdateWebAppIdentityCenterConfig.Builder,UpdateWebAppIdentityCenterConfig>,SdkPojo
- Enclosing class:
- UpdateWebAppIdentityCenterConfig
public static interface UpdateWebAppIdentityCenterConfig.Builder extends SdkPojo, CopyableBuilder<UpdateWebAppIdentityCenterConfig.Builder,UpdateWebAppIdentityCenterConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateWebAppIdentityCenterConfig.Builderrole(String role)The 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 Detail
-
role
UpdateWebAppIdentityCenterConfig.Builder role(String 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.
-
-