Interface CreateUserProfileRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateUserProfileRequest.Builder,CreateUserProfileRequest>,DataZoneRequest.Builder,SdkBuilder<CreateUserProfileRequest.Builder,CreateUserProfileRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateUserProfileRequest
public static interface CreateUserProfileRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateUserProfileRequest.Builder,CreateUserProfileRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateUserProfileRequest.BuilderclientToken(String clientToken)A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.CreateUserProfileRequest.BuilderdomainIdentifier(String domainIdentifier)The identifier of the Amazon DataZone domain in which a user profile is created.CreateUserProfileRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateUserProfileRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateUserProfileRequest.BuilderuserIdentifier(String userIdentifier)The identifier of the user for which the user profile is created.CreateUserProfileRequest.BuilderuserType(String userType)The user type of the user for which the user profile is created.CreateUserProfileRequest.BuilderuserType(UserType userType)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, sdkFields
-
-
-
-
Method Detail
-
clientToken
CreateUserProfileRequest.Builder clientToken(String 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
CreateUserProfileRequest.Builder domainIdentifier(String 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
CreateUserProfileRequest.Builder userIdentifier(String 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
CreateUserProfileRequest.Builder userType(String userType)
The user type of the user for which the user profile is created.
-
userType
CreateUserProfileRequest.Builder userType(UserType userType)
The user type of the user for which the user profile is created.
-
overrideConfiguration
CreateUserProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateUserProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-