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 SummaryModifier and TypeMethodDescriptionidentityStoreId(String identityStoreId) The ID of the AWS SSO identity store.The user ID.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
identityStoreIdThe 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.
 
- 
userIdThe user ID. - Parameters:
- userId- The user ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-