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