Interface SsoIdentity.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SsoIdentity.Builder,,SsoIdentity> SdkBuilder<SsoIdentity.Builder,,SsoIdentity> SdkPojo
- Enclosing class:
SsoIdentity
@Mutable
@NotThreadSafe
public static interface SsoIdentity.Builder
extends SdkPojo, CopyableBuilder<SsoIdentity.Builder,SsoIdentity>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the IAM Identity CenterIAM; Identity Center user or group.The type of identity.type(SsoIdentityType type) The type of identity.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The unique identifier of the IAM Identity CenterIAM; Identity Center user or group.
- Parameters:
id- The unique identifier of the IAM Identity CenterIAM; Identity Center user or group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of identity. Valid values are
SSO_USERorSSO_GROUP.- Parameters:
type- The type of identity. Valid values areSSO_USERorSSO_GROUP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of identity. Valid values are
SSO_USERorSSO_GROUP.- Parameters:
type- The type of identity. Valid values areSSO_USERorSSO_GROUP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-