GatewayInstance.Builder |
GatewayInstance.Builder.bridgePlacement(String bridgePlacement) |
The availability of the instance to host new bridges.
|
GatewayInstance.Builder |
GatewayInstance.Builder.bridgePlacement(BridgePlacement bridgePlacement) |
The availability of the instance to host new bridges.
|
static GatewayInstance.Builder |
GatewayInstance.builder() |
|
GatewayInstance.Builder |
GatewayInstance.Builder.connectionStatus(String connectionStatus) |
The connection state of the instance.
|
GatewayInstance.Builder |
GatewayInstance.Builder.connectionStatus(ConnectionStatus connectionStatus) |
The connection state of the instance.
|
GatewayInstance.Builder |
GatewayInstance.Builder.gatewayArn(String gatewayArn) |
The Amazon Resource Name (ARN) of the instance.
|
GatewayInstance.Builder |
GatewayInstance.Builder.gatewayInstanceArn(String gatewayInstanceArn) |
The Amazon Resource Name (ARN) of the gateway.
|
GatewayInstance.Builder |
GatewayInstance.Builder.instanceId(String instanceId) |
The managed instance ID generated by the SSM install.
|
GatewayInstance.Builder |
GatewayInstance.Builder.instanceMessages(Collection<MessageDetail> instanceMessages) |
Sets the value of the InstanceMessages property for this object.
|
GatewayInstance.Builder |
GatewayInstance.Builder.instanceMessages(Consumer<MessageDetail.Builder>... instanceMessages) |
Sets the value of the InstanceMessages property for this object.
|
GatewayInstance.Builder |
GatewayInstance.Builder.instanceMessages(MessageDetail... instanceMessages) |
Sets the value of the InstanceMessages property for this object.
|
GatewayInstance.Builder |
GatewayInstance.Builder.instanceState(String instanceState) |
The status of the instance.
|
GatewayInstance.Builder |
GatewayInstance.Builder.instanceState(InstanceState instanceState) |
The status of the instance.
|
GatewayInstance.Builder |
GatewayInstance.Builder.runningBridgeCount(Integer runningBridgeCount) |
The running bridge count.
|
GatewayInstance.Builder |
GatewayInstance.toBuilder() |
|