Interface GetUserIdResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetUserIdResponse.Builder,,GetUserIdResponse> IdentitystoreResponse.Builder,SdkBuilder<GetUserIdResponse.Builder,,GetUserIdResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetUserIdResponse
public static interface GetUserIdResponse.Builder
extends IdentitystoreResponse.Builder, SdkPojo, CopyableBuilder<GetUserIdResponse.Builder,GetUserIdResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionidentityStoreId(String identityStoreId) The globally unique identifier for the identity store.The identifier for a user in the identity store.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.identitystore.model.IdentitystoreResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
userId
The identifier for a user in the identity store.
- Parameters:
 userId- The identifier for a user in the identity store.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
identityStoreId
The globally unique identifier for the identity store.
- Parameters:
 identityStoreId- The globally unique identifier for the identity store.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -