public static interface GatewayGroup.Builder extends SdkPojo, CopyableBuilder<GatewayGroup.Builder,GatewayGroup>
| Modifier and Type | Method and Description |
|---|---|
GatewayGroup.Builder |
arn(String arn)
The ARN of the gateway group.
|
GatewayGroup.Builder |
description(String description)
The description of the gateway group.
|
GatewayGroup.Builder |
name(String name)
The name of the gateway group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGatewayGroup.Builder arn(String arn)
The ARN of the gateway group.
arn - The ARN of the gateway group.GatewayGroup.Builder name(String name)
The name of the gateway group.
name - The name of the gateway group.GatewayGroup.Builder description(String description)
The description of the gateway group.
description - The description of the gateway group.Copyright © 2023. All rights reserved.