Interface CreateUserProfileRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateUserProfileRequest.Builder,
,CreateUserProfileRequest> DataZoneRequest.Builder
,SdkBuilder<CreateUserProfileRequest.Builder,
,CreateUserProfileRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateUserProfileRequest
@Mutable
@NotThreadSafe
public static interface CreateUserProfileRequest.Builder
extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateUserProfileRequest.Builder,CreateUserProfileRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.domainIdentifier
(String domainIdentifier) The identifier of the Amazon DataZone domain in which a user profile is created.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.userIdentifier
(String userIdentifier) The identifier of the user for which the user profile is created.The user type of the user for which the user profile is created.The user type of the user for which the user profile is created.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
clientToken
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
- Parameters:
clientToken
- A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
The identifier of the Amazon DataZone domain in which a user profile is created.
- Parameters:
domainIdentifier
- The identifier of the Amazon DataZone domain in which a user profile is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userIdentifier
The identifier of the user for which the user profile is created.
- Parameters:
userIdentifier
- The identifier of the user for which the user profile is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userType
The user type of the user for which the user profile is created.
- Parameters:
userType
- The user type of the user for which the user profile is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
userType
The user type of the user for which the user profile is created.
- Parameters:
userType
- The user type of the user for which the user profile is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateUserProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateUserProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-