Interface UserProfileSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UserProfileSummary.Builder,
,UserProfileSummary> SdkBuilder<UserProfileSummary.Builder,
,UserProfileSummary> SdkPojo
- Enclosing class:
UserProfileSummary
@Mutable
@NotThreadSafe
public static interface UserProfileSummary.Builder
extends SdkPojo, CopyableBuilder<UserProfileSummary.Builder,UserProfileSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondefault UserProfileSummary.Builder
details
(Consumer<UserProfileDetails.Builder> details) The details of the user profile.details
(UserProfileDetails details) The details of the user profile.The ID of the Amazon DataZone domain of the user profile.The ID of the user profile.The status of the user profile.status
(UserProfileStatus status) The status of the user profile.The type of the user profile.type
(UserProfileType type) The type of the user profile.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
details
The details of the user profile.
- Parameters:
details
- The details of the user profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaUserProfileDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todetails(UserProfileDetails)
.- Parameters:
details
- a consumer that will call methods onUserProfileDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
domainId
The ID of the Amazon DataZone domain of the user profile.
- Parameters:
domainId
- The ID of the Amazon DataZone domain of the user profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the user profile.
- Parameters:
id
- The ID of the user profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the user profile.
- Parameters:
status
- The status of the user profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the user profile.
- Parameters:
status
- The status of the user profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the user profile.
- Parameters:
type
- The type of the user profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the user profile.
- Parameters:
type
- The type of the user profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-