Interface UpdateUserProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateUserProfileResponse.Builder,UpdateUserProfileResponse>,DataZoneResponse.Builder,SdkBuilder<UpdateUserProfileResponse.Builder,UpdateUserProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateUserProfileResponse
public static interface UpdateUserProfileResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<UpdateUserProfileResponse.Builder,UpdateUserProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateUserProfileResponse.Builderdetails(Consumer<UserProfileDetails.Builder> details)Sets the value of the Details property for this object.UpdateUserProfileResponse.Builderdetails(UserProfileDetails details)Sets the value of the Details property for this object.UpdateUserProfileResponse.BuilderdomainId(String domainId)The identifier of the Amazon DataZone domain in which a user profile is updated.UpdateUserProfileResponse.Builderid(String id)The identifier of the user profile.UpdateUserProfileResponse.Builderstatus(String status)The status of the user profile.UpdateUserProfileResponse.Builderstatus(UserProfileStatus status)The status of the user profile.UpdateUserProfileResponse.Buildertype(String type)The type of the user profile.UpdateUserProfileResponse.Buildertype(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
details
UpdateUserProfileResponse.Builder details(UserProfileDetails 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
default UpdateUserProfileResponse.Builder details(Consumer<UserProfileDetails.Builder> details)
Sets the value of the Details property for this object. This is a convenience method that creates an instance of theUserProfileDetails.Builderavoiding the need to create one manually viaUserProfileDetails.builder().When the
Consumercompletes,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:
details(UserProfileDetails)
-
domainId
UpdateUserProfileResponse.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain in which a user profile is updated.
- Parameters:
domainId- The identifier of the Amazon DataZone domain in which a user profile is updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
UpdateUserProfileResponse.Builder id(String 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
UpdateUserProfileResponse.Builder status(String 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:
UserProfileStatus,UserProfileStatus
-
status
UpdateUserProfileResponse.Builder status(UserProfileStatus 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:
UserProfileStatus,UserProfileStatus
-
type
UpdateUserProfileResponse.Builder type(String 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:
UserProfileType,UserProfileType
-
type
UpdateUserProfileResponse.Builder type(UserProfileType 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:
UserProfileType,UserProfileType
-
-