Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.Profile.Builder
-
Packages that use Profile.Builder Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of Profile.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return Profile.Builder Modifier and Type Method Description static Profile.BuilderProfile. builder()Profile.BuilderProfile.Builder. createdAt(Instant createdAt)Sets the value of the CreatedAt property for this object.Profile.BuilderProfile.Builder. owner(String owner)Sets the value of the Owner property for this object.Profile.BuilderProfile.Builder. profileArn(String profileArn)The profile ARN.Profile.BuilderProfile.Builder. profileDescription(String profileDescription)The profile description.Profile.BuilderProfile.Builder. profileName(String profileName)The profile name.Profile.BuilderProfile.Builder. profileQuestions(Collection<ProfileQuestion> profileQuestions)Profile questions.Profile.BuilderProfile.Builder. profileQuestions(Consumer<ProfileQuestion.Builder>... profileQuestions)Profile questions.Profile.BuilderProfile.Builder. profileQuestions(ProfileQuestion... profileQuestions)Profile questions.Profile.BuilderProfile.Builder. profileVersion(String profileVersion)The profile version.Profile.BuilderProfile.Builder. shareInvitationId(String shareInvitationId)The ID assigned to the share invitation.Profile.BuilderProfile.Builder. tags(Map<String,String> tags)The tags assigned to the profile.Profile.BuilderProfile. toBuilder()Profile.BuilderProfile.Builder. updatedAt(Instant updatedAt)Sets the value of the UpdatedAt property for this object.Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type Profile.Builder Modifier and Type Method Description static Class<? extends Profile.Builder>Profile. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type Profile.Builder Modifier and Type Method Description default GetProfileResponse.BuilderGetProfileResponse.Builder. profile(Consumer<Profile.Builder> profile)The profile.default UpdateProfileResponse.BuilderUpdateProfileResponse.Builder. profile(Consumer<Profile.Builder> profile)The profile.
-