Interface GetUserProfileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetUserProfileResponse.Builder,,GetUserProfileResponse> DataZoneResponse.Builder,SdkBuilder<GetUserProfileResponse.Builder,,GetUserProfileResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetUserProfileResponse
@Mutable
@NotThreadSafe
public static interface GetUserProfileResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetUserProfileResponse.Builder,GetUserProfileResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetUserProfileResponse.Builderdetails(Consumer<UserProfileDetails.Builder> details) The user profile details.details(UserProfileDetails details) The user profile details.the identifier of the Amazon DataZone domain of which you want to get the user profile.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
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
details
The user profile details.
- Parameters:
details- The user profile details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
details
The user profile details.
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:
-
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
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:
-