Interface CreateUserProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateUserProfileResponse.Builder,CreateUserProfileResponse>,DataZoneResponse.Builder,SdkBuilder<CreateUserProfileResponse.Builder,CreateUserProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateUserProfileResponse
public static interface CreateUserProfileResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<CreateUserProfileResponse.Builder,CreateUserProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateUserProfileResponse.Builderdetails(Consumer<UserProfileDetails.Builder> details)Sets the value of the Details property for this object.CreateUserProfileResponse.Builderdetails(UserProfileDetails details)Sets the value of the Details property for this object.CreateUserProfileResponse.BuilderdomainId(String domainId)The identifier of the Amazon DataZone domain in which a user profile is created.CreateUserProfileResponse.Builderid(String id)The identifier of the user profile.CreateUserProfileResponse.Builderstatus(String status)The status of the user profile.CreateUserProfileResponse.Builderstatus(UserProfileStatus status)The status of the user profile.CreateUserProfileResponse.Buildertype(String type)The type of the user profile.CreateUserProfileResponse.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
CreateUserProfileResponse.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 CreateUserProfileResponse.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
CreateUserProfileResponse.Builder domainId(String 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
CreateUserProfileResponse.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
CreateUserProfileResponse.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
CreateUserProfileResponse.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
CreateUserProfileResponse.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
CreateUserProfileResponse.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
-
-