public static interface ListedGatewayInstance.Builder extends SdkPojo, CopyableBuilder<ListedGatewayInstance.Builder,ListedGatewayInstance>
| Modifier and Type | Method and Description |
|---|---|
ListedGatewayInstance.Builder |
gatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway.
|
ListedGatewayInstance.Builder |
gatewayInstanceArn(String gatewayInstanceArn)
The Amazon Resource Name (ARN) of the instance.
|
ListedGatewayInstance.Builder |
instanceId(String instanceId)
The managed instance ID generated by the SSM install.
|
ListedGatewayInstance.Builder |
instanceState(InstanceState instanceState)
The status of the instance.
|
ListedGatewayInstance.Builder |
instanceState(String instanceState)
The status of the instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListedGatewayInstance.Builder gatewayArn(String gatewayArn)
gatewayArn - The Amazon Resource Name (ARN) of the gateway.ListedGatewayInstance.Builder gatewayInstanceArn(String gatewayInstanceArn)
gatewayInstanceArn - The Amazon Resource Name (ARN) of the instance.ListedGatewayInstance.Builder instanceId(String instanceId)
instanceId - The managed instance ID generated by the SSM install. This will begin with "mi-".ListedGatewayInstance.Builder instanceState(String instanceState)
instanceState - The status of the instance.InstanceState,
InstanceStateListedGatewayInstance.Builder instanceState(InstanceState instanceState)
instanceState - The status of the instance.InstanceState,
InstanceStateCopyright © 2023. All rights reserved.