Uses of Interface
software.amazon.awssdk.services.synthetics.model.GroupSummary.Builder
-
Packages that use GroupSummary.Builder Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of GroupSummary.Builder in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return GroupSummary.Builder Modifier and Type Method Description GroupSummary.BuilderGroupSummary.Builder. arn(String arn)The ARN of the group.static GroupSummary.BuilderGroupSummary. builder()GroupSummary.BuilderGroupSummary.Builder. id(String id)The unique ID of the group.GroupSummary.BuilderGroupSummary.Builder. name(String name)The name of the group.GroupSummary.BuilderGroupSummary. toBuilder()Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type GroupSummary.Builder Modifier and Type Method Description static Class<? extends GroupSummary.Builder>GroupSummary. serializableBuilderClass()
-