Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.ProfileSummary.Builder
-
Packages that use ProfileSummary.Builder Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ProfileSummary.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return ProfileSummary.Builder Modifier and Type Method Description static ProfileSummary.BuilderProfileSummary. builder()ProfileSummary.BuilderProfileSummary.Builder. createdAt(Instant createdAt)Sets the value of the CreatedAt property for this object.ProfileSummary.BuilderProfileSummary.Builder. owner(String owner)Sets the value of the Owner property for this object.ProfileSummary.BuilderProfileSummary.Builder. profileArn(String profileArn)The profile ARN.ProfileSummary.BuilderProfileSummary.Builder. profileDescription(String profileDescription)The profile description.ProfileSummary.BuilderProfileSummary.Builder. profileName(String profileName)The profile name.ProfileSummary.BuilderProfileSummary.Builder. profileVersion(String profileVersion)The profile version.ProfileSummary.BuilderProfileSummary. toBuilder()ProfileSummary.BuilderProfileSummary.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 ProfileSummary.Builder Modifier and Type Method Description static Class<? extends ProfileSummary.Builder>ProfileSummary. serializableBuilderClass()
-