| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdateUserProfileResponse.Builder |
UpdateUserProfileResponse.builder() |
default UpdateUserProfileResponse.Builder |
UpdateUserProfileResponse.Builder.details(Consumer<UserProfileDetails.Builder> details)
Sets the value of the Details property for this object.
|
UpdateUserProfileResponse.Builder |
UpdateUserProfileResponse.Builder.details(UserProfileDetails details)
Sets the value of the Details property for this object.
|
UpdateUserProfileResponse.Builder |
UpdateUserProfileResponse.Builder.domainId(String domainId)
The identifier of the Amazon DataZone domain in which a user profile is updated.
|
UpdateUserProfileResponse.Builder |
UpdateUserProfileResponse.Builder.id(String id)
The identifier of the user profile.
|
UpdateUserProfileResponse.Builder |
UpdateUserProfileResponse.Builder.status(String status)
The status of the user profile.
|
UpdateUserProfileResponse.Builder |
UpdateUserProfileResponse.Builder.status(UserProfileStatus status)
The status of the user profile.
|
UpdateUserProfileResponse.Builder |
UpdateUserProfileResponse.toBuilder() |
UpdateUserProfileResponse.Builder |
UpdateUserProfileResponse.Builder.type(String type)
The type of the user profile.
|
UpdateUserProfileResponse.Builder |
UpdateUserProfileResponse.Builder.type(UserProfileType type)
The type of the user profile.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateUserProfileResponse.Builder> |
UpdateUserProfileResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.