Interface CreateUserProfileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateUserProfileResponse.Builder,
,CreateUserProfileResponse> DataZoneResponse.Builder
,SdkBuilder<CreateUserProfileResponse.Builder,
,CreateUserProfileResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateUserProfileResponse
@Mutable
@NotThreadSafe
public static interface CreateUserProfileResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<CreateUserProfileResponse.Builder,CreateUserProfileResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondetails
(Consumer<UserProfileDetails.Builder> details) Sets the value of the Details property for this object.details
(UserProfileDetails details) Sets the value of the Details property for this object.The identifier of the Amazon DataZone domain in which a user profile is created.The identifier 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.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
details
Sets the value of the Details property for this object.- Parameters:
details
- The new value for the Details property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
details
Sets the value of the Details property for this object. 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 identifier of the Amazon DataZone domain in which a user profile is created.
- Parameters:
domainId
- The identifier of the Amazon DataZone domain in which a user profile is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The identifier of the user profile.
- Parameters:
id
- The identifier 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:
-