Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.ProfileShareSummary.Builder
-
Packages that use ProfileShareSummary.Builder Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ProfileShareSummary.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return ProfileShareSummary.Builder Modifier and Type Method Description static ProfileShareSummary.BuilderProfileShareSummary. builder()ProfileShareSummary.BuilderProfileShareSummary.Builder. sharedWith(String sharedWith)Sets the value of the SharedWith property for this object.ProfileShareSummary.BuilderProfileShareSummary.Builder. shareId(String shareId)Sets the value of the ShareId property for this object.ProfileShareSummary.BuilderProfileShareSummary.Builder. status(String status)Sets the value of the Status property for this object.ProfileShareSummary.BuilderProfileShareSummary.Builder. status(ShareStatus status)Sets the value of the Status property for this object.ProfileShareSummary.BuilderProfileShareSummary.Builder. statusMessage(String statusMessage)Profile share invitation status message.ProfileShareSummary.BuilderProfileShareSummary. toBuilder()Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ProfileShareSummary.Builder Modifier and Type Method Description static Class<? extends ProfileShareSummary.Builder>ProfileShareSummary. serializableBuilderClass()
-