public static interface CreateUserProfileRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateUserProfileRequest.Builder,CreateUserProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateUserProfileRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
CreateUserProfileRequest.Builder |
domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a user profile is created.
|
CreateUserProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateUserProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateUserProfileRequest.Builder |
userIdentifier(String userIdentifier)
The identifier of the user for which the user profile is created.
|
CreateUserProfileRequest.Builder |
userType(String userType)
The user type of the user for which the user profile is created.
|
CreateUserProfileRequest.Builder |
userType(UserType userType)
The user type of the user for which the user profile is created.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateUserProfileRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
clientToken - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.CreateUserProfileRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a user profile is created.
domainIdentifier - The identifier of the Amazon DataZone domain in which a user profile is created.CreateUserProfileRequest.Builder userIdentifier(String userIdentifier)
The identifier of the user for which the user profile is created.
userIdentifier - The identifier of the user for which the user profile is created.CreateUserProfileRequest.Builder userType(String userType)
The user type of the user for which the user profile is created.
CreateUserProfileRequest.Builder userType(UserType userType)
The user type of the user for which the user profile is created.
CreateUserProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateUserProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.