Interface SSOIdentity.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SSOIdentity.Builder,SSOIdentity>,SdkBuilder<SSOIdentity.Builder,SSOIdentity>,SdkPojo
- Enclosing class:
- SSOIdentity
public static interface SSOIdentity.Builder extends SdkPojo, CopyableBuilder<SSOIdentity.Builder,SSOIdentity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SSOIdentity.BuilderidentityStoreId(String identityStoreId)The ID of the AWS SSO identity store.SSOIdentity.BuilderuserId(String userId)The user ID.-
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, sdkFields
-
-
-
-
Method Detail
-
identityStoreId
SSOIdentity.Builder identityStoreId(String identityStoreId)
The ID of the AWS SSO identity store.
- Parameters:
identityStoreId- The ID of the AWS SSO identity store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userId
SSOIdentity.Builder userId(String userId)
The user ID.
- Parameters:
userId- The user ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-