Interface Gateway.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Gateway.Builder,Gateway>,SdkBuilder<Gateway.Builder,Gateway>,SdkPojo
- Enclosing class:
- Gateway
public static interface Gateway.Builder extends SdkPojo, CopyableBuilder<Gateway.Builder,Gateway>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Gateway.Builderarn(String arn)The ARN of the gateway.Gateway.Builderdescription(String description)The description of the gateway.Gateway.BuildergatewayGroupArn(String gatewayGroupArn)The ARN of the gateway group that the gateway is associated to.Gateway.Buildername(String name)The name of the gateway.Gateway.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
Gateway.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
Gateway.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
Gateway.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
Gateway.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
Gateway.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.
-
-