Interface UpdateIamIdentityCenterConfigOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateIamIdentityCenterConfigOptions.Builder,UpdateIamIdentityCenterConfigOptions>,SdkBuilder<UpdateIamIdentityCenterConfigOptions.Builder,UpdateIamIdentityCenterConfigOptions>,SdkPojo
- Enclosing class:
- UpdateIamIdentityCenterConfigOptions
public static interface UpdateIamIdentityCenterConfigOptions.Builder extends SdkPojo, CopyableBuilder<UpdateIamIdentityCenterConfigOptions.Builder,UpdateIamIdentityCenterConfigOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateIamIdentityCenterConfigOptions.BuildergroupAttribute(String groupAttribute)The group attribute for this IAM Identity Center integration.UpdateIamIdentityCenterConfigOptions.BuildergroupAttribute(IamIdentityCenterGroupAttribute groupAttribute)The group attribute for this IAM Identity Center integration.UpdateIamIdentityCenterConfigOptions.BuilderuserAttribute(String userAttribute)The user attribute for this IAM Identity Center integration.UpdateIamIdentityCenterConfigOptions.BuilderuserAttribute(IamIdentityCenterUserAttribute userAttribute)The user attribute for this IAM Identity Center integration.-
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
-
groupAttribute
UpdateIamIdentityCenterConfigOptions.Builder groupAttribute(String groupAttribute)
The group attribute for this IAM Identity Center integration. Defaults to
GroupId.- Parameters:
groupAttribute- The group attribute for this IAM Identity Center integration. Defaults toGroupId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IamIdentityCenterGroupAttribute,IamIdentityCenterGroupAttribute
-
groupAttribute
UpdateIamIdentityCenterConfigOptions.Builder groupAttribute(IamIdentityCenterGroupAttribute groupAttribute)
The group attribute for this IAM Identity Center integration. Defaults to
GroupId.- Parameters:
groupAttribute- The group attribute for this IAM Identity Center integration. Defaults toGroupId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IamIdentityCenterGroupAttribute,IamIdentityCenterGroupAttribute
-
userAttribute
UpdateIamIdentityCenterConfigOptions.Builder userAttribute(String userAttribute)
The user attribute for this IAM Identity Center integration. Defaults to
UserId.- Parameters:
userAttribute- The user attribute for this IAM Identity Center integration. Defaults toUserId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IamIdentityCenterUserAttribute,IamIdentityCenterUserAttribute
-
userAttribute
UpdateIamIdentityCenterConfigOptions.Builder userAttribute(IamIdentityCenterUserAttribute userAttribute)
The user attribute for this IAM Identity Center integration. Defaults to
UserId.- Parameters:
userAttribute- The user attribute for this IAM Identity Center integration. Defaults toUserId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IamIdentityCenterUserAttribute,IamIdentityCenterUserAttribute
-
-