public static interface UserProfileSummary.Builder extends SdkPojo, CopyableBuilder<UserProfileSummary.Builder,UserProfileSummary>
| Modifier and Type | Method and Description |
|---|---|
default UserProfileSummary.Builder |
details(Consumer<UserProfileDetails.Builder> details)
The details of the user profile.
|
UserProfileSummary.Builder |
details(UserProfileDetails details)
The details of the user profile.
|
UserProfileSummary.Builder |
domainId(String domainId)
The ID of the Amazon DataZone domain of the user profile.
|
UserProfileSummary.Builder |
id(String id)
The ID of the user profile.
|
UserProfileSummary.Builder |
status(String status)
The status of the user profile.
|
UserProfileSummary.Builder |
status(UserProfileStatus status)
The status of the user profile.
|
UserProfileSummary.Builder |
type(String type)
The type of the user profile.
|
UserProfileSummary.Builder |
type(UserProfileType type)
The type of the user profile.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUserProfileSummary.Builder details(UserProfileDetails details)
The details of the user profile.
details - The details of the user profile.default UserProfileSummary.Builder details(Consumer<UserProfileDetails.Builder> details)
The details of the user profile.
This is a convenience method that creates an instance of theUserProfileDetails.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)UserProfileSummary.Builder domainId(String domainId)
The ID of the Amazon DataZone domain of the user profile.
domainId - The ID of the Amazon DataZone domain of the user profile.UserProfileSummary.Builder id(String id)
The ID of the user profile.
id - The ID of the user profile.UserProfileSummary.Builder status(String status)
The status of the user profile.
status - The status of the user profile.UserProfileStatus,
UserProfileStatusUserProfileSummary.Builder status(UserProfileStatus status)
The status of the user profile.
status - The status of the user profile.UserProfileStatus,
UserProfileStatusUserProfileSummary.Builder type(String type)
The type of the user profile.
type - The type of the user profile.UserProfileType,
UserProfileTypeUserProfileSummary.Builder type(UserProfileType type)
The type of the user profile.
type - The type of the user profile.UserProfileType,
UserProfileTypeCopyright © 2023. All rights reserved.