| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
static Profile.Builder |
Profile.builder() |
Profile.Builder |
Profile.Builder.createdAt(Instant createdAt)
Sets the value of the CreatedAt property for this object.
|
Profile.Builder |
Profile.Builder.owner(String owner)
Sets the value of the Owner property for this object.
|
Profile.Builder |
Profile.Builder.profileArn(String profileArn)
The profile ARN.
|
Profile.Builder |
Profile.Builder.profileDescription(String profileDescription)
The profile description.
|
Profile.Builder |
Profile.Builder.profileName(String profileName)
The profile name.
|
Profile.Builder |
Profile.Builder.profileQuestions(Collection<ProfileQuestion> profileQuestions)
Profile questions.
|
Profile.Builder |
Profile.Builder.profileQuestions(Consumer<ProfileQuestion.Builder>... profileQuestions)
Profile questions.
|
Profile.Builder |
Profile.Builder.profileQuestions(ProfileQuestion... profileQuestions)
Profile questions.
|
Profile.Builder |
Profile.Builder.profileVersion(String profileVersion)
The profile version.
|
Profile.Builder |
Profile.Builder.shareInvitationId(String shareInvitationId)
The ID assigned to the share invitation.
|
Profile.Builder |
Profile.Builder.tags(Map<String,String> tags)
The tags assigned to the profile.
|
Profile.Builder |
Profile.toBuilder() |
Profile.Builder |
Profile.Builder.updatedAt(Instant updatedAt)
Sets the value of the UpdatedAt property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Profile.Builder> |
Profile.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetProfileResponse.Builder |
GetProfileResponse.Builder.profile(Consumer<Profile.Builder> profile)
The profile.
|
default UpdateProfileResponse.Builder |
UpdateProfileResponse.Builder.profile(Consumer<Profile.Builder> profile)
The profile.
|
Copyright © 2023. All rights reserved.