public static interface ListedGateway.Builder extends SdkPojo, CopyableBuilder<ListedGateway.Builder,ListedGateway>
| Modifier and Type | Method and Description |
|---|---|
ListedGateway.Builder |
gatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway.
|
ListedGateway.Builder |
gatewayState(GatewayState gatewayState)
Sets the value of the GatewayState property for this object.
|
ListedGateway.Builder |
gatewayState(String gatewayState)
Sets the value of the GatewayState property for this object.
|
ListedGateway.Builder |
name(String name)
The name of the gateway.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListedGateway.Builder gatewayArn(String gatewayArn)
gatewayArn - The Amazon Resource Name (ARN) of the gateway.ListedGateway.Builder gatewayState(String gatewayState)
gatewayState - The new value for the GatewayState property for this object.GatewayState,
GatewayStateListedGateway.Builder gatewayState(GatewayState gatewayState)
gatewayState - The new value for the GatewayState property for this object.GatewayState,
GatewayStateListedGateway.Builder name(String name)
name - The name of the gateway.Copyright © 2023. All rights reserved.