public static interface Profile.Builder extends SdkPojo, CopyableBuilder<Profile.Builder,Profile>
| Modifier and Type | Method and Description |
|---|---|
Profile.Builder |
createdAt(Instant createdAt)
Sets the value of the CreatedAt property for this object.
|
Profile.Builder |
owner(String owner)
Sets the value of the Owner property for this object.
|
Profile.Builder |
profileArn(String profileArn)
The profile ARN.
|
Profile.Builder |
profileDescription(String profileDescription)
The profile description.
|
Profile.Builder |
profileName(String profileName)
The profile name.
|
Profile.Builder |
profileQuestions(Collection<ProfileQuestion> profileQuestions)
Profile questions.
|
Profile.Builder |
profileQuestions(Consumer<ProfileQuestion.Builder>... profileQuestions)
Profile questions.
|
Profile.Builder |
profileQuestions(ProfileQuestion... profileQuestions)
Profile questions.
|
Profile.Builder |
profileVersion(String profileVersion)
The profile version.
|
Profile.Builder |
shareInvitationId(String shareInvitationId)
The ID assigned to the share invitation.
|
Profile.Builder |
tags(Map<String,String> tags)
The tags assigned to the profile.
|
Profile.Builder |
updatedAt(Instant updatedAt)
Sets the value of the UpdatedAt property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProfile.Builder profileArn(String profileArn)
The profile ARN.
profileArn - The profile ARN.Profile.Builder profileVersion(String profileVersion)
The profile version.
profileVersion - The profile version.Profile.Builder profileName(String profileName)
The profile name.
profileName - The profile name.Profile.Builder profileDescription(String profileDescription)
The profile description.
profileDescription - The profile description.Profile.Builder profileQuestions(Collection<ProfileQuestion> profileQuestions)
Profile questions.
profileQuestions - Profile questions.Profile.Builder profileQuestions(ProfileQuestion... profileQuestions)
Profile questions.
profileQuestions - Profile questions.Profile.Builder profileQuestions(Consumer<ProfileQuestion.Builder>... profileQuestions)
Profile questions.
This is a convenience method that creates an instance of theProfileQuestion.Builder avoiding the need to
create one manually via
ProfileQuestion.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #profileQuestions(List.
profileQuestions - a consumer that will call methods on
ProfileQuestion.Builder#profileQuestions(java.util.Collection) Profile.Builder owner(String owner)
owner - The new value for the Owner property for this object.Profile.Builder createdAt(Instant createdAt)
createdAt - The new value for the CreatedAt property for this object.Profile.Builder updatedAt(Instant updatedAt)
updatedAt - The new value for the UpdatedAt property for this object.Profile.Builder shareInvitationId(String shareInvitationId)
The ID assigned to the share invitation.
shareInvitationId - The ID assigned to the share invitation.Profile.Builder tags(Map<String,String> tags)
The tags assigned to the profile.
tags - The tags assigned to the profile.Copyright © 2023. All rights reserved.