public static interface Gateway.Builder extends SdkPojo, CopyableBuilder<Gateway.Builder,Gateway>
| Modifier and Type | Method and Description |
|---|---|
Gateway.Builder |
arn(String arn)
The ARN of the gateway.
|
Gateway.Builder |
description(String description)
The description of the gateway.
|
Gateway.Builder |
gatewayGroupArn(String gatewayGroupArn)
The ARN of the gateway group that the gateway is associated to.
|
Gateway.Builder |
name(String name)
The name of the gateway.
|
Gateway.Builder |
softwareVersion(String softwareVersion)
The software version of the gateway.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGateway.Builder arn(String arn)
The ARN of the gateway.
arn - The ARN of the gateway.Gateway.Builder name(String name)
The name of the gateway.
name - The name of the gateway.Gateway.Builder description(String description)
The description of the gateway.
description - The description of the gateway.Gateway.Builder gatewayGroupArn(String gatewayGroupArn)
The ARN of the gateway group that the gateway is associated to.
gatewayGroupArn - The ARN of the gateway group that the gateway is associated to.Gateway.Builder softwareVersion(String softwareVersion)
The software version of the gateway. The gateway automatically updates its software version during normal operation.
softwareVersion - The software version of the gateway. The gateway automatically updates its software version during
normal operation.Copyright © 2021. All rights reserved.