public static interface CreateUserProfileResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<CreateUserProfileResponse.Builder,CreateUserProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateUserProfileResponse.Builder |
details(Consumer<UserProfileDetails.Builder> details)
Sets the value of the Details property for this object.
|
CreateUserProfileResponse.Builder |
details(UserProfileDetails details)
Sets the value of the Details property for this object.
|
CreateUserProfileResponse.Builder |
domainId(String domainId)
The identifier of the Amazon DataZone domain in which a user profile is created.
|
CreateUserProfileResponse.Builder |
id(String id)
The identifier of the user profile.
|
CreateUserProfileResponse.Builder |
status(String status)
The status of the user profile.
|
CreateUserProfileResponse.Builder |
status(UserProfileStatus status)
The status of the user profile.
|
CreateUserProfileResponse.Builder |
type(String type)
The type of the user profile.
|
CreateUserProfileResponse.Builder |
type(UserProfileType type)
The type of the user profile.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateUserProfileResponse.Builder details(UserProfileDetails details)
details - The new value for the Details property for this object.default CreateUserProfileResponse.Builder details(Consumer<UserProfileDetails.Builder> details)
UserProfileDetails.Builder avoiding the
need to create one manually via UserProfileDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to details(UserProfileDetails).
details - a consumer that will call methods on UserProfileDetails.Builderdetails(UserProfileDetails)CreateUserProfileResponse.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain in which a user profile is created.
domainId - The identifier of the Amazon DataZone domain in which a user profile is created.CreateUserProfileResponse.Builder id(String id)
The identifier of the user profile.
id - The identifier of the user profile.CreateUserProfileResponse.Builder status(String status)
The status of the user profile.
status - The status of the user profile.UserProfileStatus,
UserProfileStatusCreateUserProfileResponse.Builder status(UserProfileStatus status)
The status of the user profile.
status - The status of the user profile.UserProfileStatus,
UserProfileStatusCreateUserProfileResponse.Builder type(String type)
The type of the user profile.
type - The type of the user profile.UserProfileType,
UserProfileTypeCreateUserProfileResponse.Builder type(UserProfileType type)
The type of the user profile.
type - The type of the user profile.UserProfileType,
UserProfileTypeCopyright © 2023. All rights reserved.