Interface GatewaySummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GatewaySummary.Builder,GatewaySummary>,SdkBuilder<GatewaySummary.Builder,GatewaySummary>,SdkPojo
- Enclosing class:
- GatewaySummary
public static interface GatewaySummary.Builder extends SdkPojo, CopyableBuilder<GatewaySummary.Builder,GatewaySummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GatewaySummary.Builderarn(String arn)The ARN of the gateway.GatewaySummary.Builderdescription(String description)The description of the gateway.GatewaySummary.BuildergatewayGroupArn(String gatewayGroupArn)The ARN of the gateway group that the gateway is associated to.GatewaySummary.Buildername(String name)The name of the gateway.GatewaySummary.BuildersoftwareVersion(String softwareVersion)The software version of the gateway.-
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
GatewaySummary.Builder arn(String arn)
The ARN of the gateway.
- Parameters:
arn- The ARN of the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GatewaySummary.Builder name(String name)
The name of the gateway.
- Parameters:
name- The name of the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
GatewaySummary.Builder description(String description)
The description of the gateway.
- Parameters:
description- The description of the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gatewayGroupArn
GatewaySummary.Builder gatewayGroupArn(String gatewayGroupArn)
The ARN of the gateway group that the gateway is associated to.
- Parameters:
gatewayGroupArn- The ARN of the gateway group that the gateway is associated to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
softwareVersion
GatewaySummary.Builder softwareVersion(String softwareVersion)
The software version of the gateway. The gateway automatically updates its software version during normal operation.
- Parameters:
softwareVersion- The software version of the gateway. The gateway automatically updates its software version during normal operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-