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