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