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