Interface GatewayGroupSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GatewayGroupSummary.Builder,,GatewayGroupSummary> SdkBuilder<GatewayGroupSummary.Builder,,GatewayGroupSummary> SdkPojo
- Enclosing class:
GatewayGroupSummary
public static interface GatewayGroupSummary.Builder
extends SdkPojo, CopyableBuilder<GatewayGroupSummary.Builder,GatewayGroupSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the gateway group.description(String description) The description of the gateway group.The name of the gateway group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
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.
-