public static interface UpdateUserProfileRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<UpdateUserProfileRequest.Builder,UpdateUserProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateUserProfileRequest.Builder |
domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a user profile is updated.
|
UpdateUserProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateUserProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateUserProfileRequest.Builder |
status(String status)
The status of the user profile that are to be updated.
|
UpdateUserProfileRequest.Builder |
status(UserProfileStatus status)
The status of the user profile that are to be updated.
|
UpdateUserProfileRequest.Builder |
type(String type)
The type of the user profile that are to be updated.
|
UpdateUserProfileRequest.Builder |
type(UserProfileType type)
The type of the user profile that are to be updated.
|
UpdateUserProfileRequest.Builder |
userIdentifier(String userIdentifier)
The identifier of the user whose user profile is to be updated.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateUserProfileRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a user profile is updated.
domainIdentifier - The identifier of the Amazon DataZone domain in which a user profile is updated.UpdateUserProfileRequest.Builder status(String status)
The status of the user profile that are to be updated.
status - The status of the user profile that are to be updated.UserProfileStatus,
UserProfileStatusUpdateUserProfileRequest.Builder status(UserProfileStatus status)
The status of the user profile that are to be updated.
status - The status of the user profile that are to be updated.UserProfileStatus,
UserProfileStatusUpdateUserProfileRequest.Builder type(String type)
The type of the user profile that are to be updated.
type - The type of the user profile that are to be updated.UserProfileType,
UserProfileTypeUpdateUserProfileRequest.Builder type(UserProfileType type)
The type of the user profile that are to be updated.
type - The type of the user profile that are to be updated.UserProfileType,
UserProfileTypeUpdateUserProfileRequest.Builder userIdentifier(String userIdentifier)
The identifier of the user whose user profile is to be updated.
userIdentifier - The identifier of the user whose user profile is to be updated.UpdateUserProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateUserProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.