Interface GatewayGroup.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GatewayGroup.Builder,GatewayGroup>,SdkBuilder<GatewayGroup.Builder,GatewayGroup>,SdkPojo
- Enclosing class:
- GatewayGroup
public static interface GatewayGroup.Builder extends SdkPojo, CopyableBuilder<GatewayGroup.Builder,GatewayGroup>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GatewayGroup.Builderarn(String arn)The ARN of the gateway group.GatewayGroup.Builderdescription(String description)The description of the gateway group.GatewayGroup.Buildername(String name)The name of the gateway group.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
GatewayGroup.Builder arn(String arn)
The ARN of the gateway group.
- Parameters:
arn- The ARN of the gateway group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GatewayGroup.Builder name(String name)
The name of the gateway group.
- Parameters:
name- The name of the gateway group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
GatewayGroup.Builder description(String description)
The description of the gateway group.
- Parameters:
description- The description of the gateway group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-