public static interface UpdateUserProfileResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<UpdateUserProfileResponse.Builder,UpdateUserProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateUserProfileResponse.Builder |
details(Consumer<UserProfileDetails.Builder> details)
Sets the value of the Details property for this object.
|
UpdateUserProfileResponse.Builder |
details(UserProfileDetails details)
Sets the value of the Details property for this object.
|
UpdateUserProfileResponse.Builder |
domainId(String domainId)
The identifier of the Amazon DataZone domain in which a user profile is updated.
|
UpdateUserProfileResponse.Builder |
id(String id)
The identifier of the user profile.
|
UpdateUserProfileResponse.Builder |
status(String status)
The status of the user profile.
|
UpdateUserProfileResponse.Builder |
status(UserProfileStatus status)
The status of the user profile.
|
UpdateUserProfileResponse.Builder |
type(String type)
The type of the user profile.
|
UpdateUserProfileResponse.Builder |
type(UserProfileType type)
The type of the user profile.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateUserProfileResponse.Builder details(UserProfileDetails details)
details - The new value for the Details property for this object.default UpdateUserProfileResponse.Builder details(Consumer<UserProfileDetails.Builder> details)
UserProfileDetails.Builder avoiding the
need to create one manually via UserProfileDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to details(UserProfileDetails).
details - a consumer that will call methods on UserProfileDetails.Builderdetails(UserProfileDetails)UpdateUserProfileResponse.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain in which a user profile is updated.
domainId - The identifier of the Amazon DataZone domain in which a user profile is updated.UpdateUserProfileResponse.Builder id(String id)
The identifier of the user profile.
id - The identifier of the user profile.UpdateUserProfileResponse.Builder status(String status)
The status of the user profile.
status - The status of the user profile.UserProfileStatus,
UserProfileStatusUpdateUserProfileResponse.Builder status(UserProfileStatus status)
The status of the user profile.
status - The status of the user profile.UserProfileStatus,
UserProfileStatusUpdateUserProfileResponse.Builder type(String type)
The type of the user profile.
type - The type of the user profile.UserProfileType,
UserProfileTypeUpdateUserProfileResponse.Builder type(UserProfileType type)
The type of the user profile.
type - The type of the user profile.UserProfileType,
UserProfileTypeCopyright © 2023. All rights reserved.