Uses of Interface
software.amazon.awssdk.services.alexaforbusiness.model.GatewayGroup.Builder
-
Packages that use GatewayGroup.Builder Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of GatewayGroup.Builder in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return GatewayGroup.Builder Modifier and Type Method Description GatewayGroup.BuilderGatewayGroup.Builder. arn(String arn)The ARN of the gateway group.static GatewayGroup.BuilderGatewayGroup. builder()GatewayGroup.BuilderGatewayGroup.Builder. description(String description)The description of the gateway group.GatewayGroup.BuilderGatewayGroup.Builder. name(String name)The name of the gateway group.GatewayGroup.BuilderGatewayGroup. toBuilder()Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type GatewayGroup.Builder Modifier and Type Method Description static Class<? extends GatewayGroup.Builder>GatewayGroup. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.alexaforbusiness.model with type arguments of type GatewayGroup.Builder Modifier and Type Method Description default GetGatewayGroupResponse.BuilderGetGatewayGroupResponse.Builder. gatewayGroup(Consumer<GatewayGroup.Builder> gatewayGroup)Sets the value of the GatewayGroup property for this object.
-