Interface GetUserProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetUserProfileResponse.Builder,GetUserProfileResponse>,DataZoneResponse.Builder,SdkBuilder<GetUserProfileResponse.Builder,GetUserProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetUserProfileResponse
public static interface GetUserProfileResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetUserProfileResponse.Builder,GetUserProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetUserProfileResponse.Builderdetails(Consumer<UserProfileDetails.Builder> details)Sets the value of the Details property for this object.GetUserProfileResponse.Builderdetails(UserProfileDetails details)Sets the value of the Details property for this object.GetUserProfileResponse.BuilderdomainId(String domainId)the identifier of the Amazon DataZone domain of which you want to get the user profile.GetUserProfileResponse.Builderid(String id)The identifier of the user profile.GetUserProfileResponse.Builderstatus(String status)The status of the user profile.GetUserProfileResponse.Builderstatus(UserProfileStatus status)The status of the user profile.GetUserProfileResponse.Buildertype(String type)The type of the user profile.GetUserProfileResponse.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
GetUserProfileResponse.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 GetUserProfileResponse.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
GetUserProfileResponse.Builder domainId(String domainId)
the identifier of the Amazon DataZone domain of which you want to get the user profile.
- Parameters:
domainId- the identifier of the Amazon DataZone domain of which you want to get the user profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
GetUserProfileResponse.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
GetUserProfileResponse.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
GetUserProfileResponse.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
GetUserProfileResponse.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
GetUserProfileResponse.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
-
-