Interface CreateUserResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateUserResponse.Builder,CreateUserResponse>,IdentitystoreResponse.Builder,SdkBuilder<CreateUserResponse.Builder,CreateUserResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateUserResponse
public static interface CreateUserResponse.Builder extends IdentitystoreResponse.Builder, SdkPojo, CopyableBuilder<CreateUserResponse.Builder,CreateUserResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateUserResponse.BuilderidentityStoreId(String identityStoreId)The globally unique identifier for the identity store.CreateUserResponse.BuilderuserId(String userId)The identifier of the newly created user in the identity store.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.identitystore.model.IdentitystoreResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
userId
CreateUserResponse.Builder userId(String userId)
The identifier of the newly created user in the identity store.
- Parameters:
userId- The identifier of the newly created user in the identity store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityStoreId
CreateUserResponse.Builder identityStoreId(String 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.
-
-