public static interface GatewayInstance.Builder extends SdkPojo, CopyableBuilder<GatewayInstance.Builder,GatewayInstance>
| Modifier and Type | Method and Description |
|---|---|
GatewayInstance.Builder |
bridgePlacement(BridgePlacement bridgePlacement)
The availability of the instance to host new bridges.
|
GatewayInstance.Builder |
bridgePlacement(String bridgePlacement)
The availability of the instance to host new bridges.
|
GatewayInstance.Builder |
connectionStatus(ConnectionStatus connectionStatus)
The connection state of the instance.
|
GatewayInstance.Builder |
connectionStatus(String connectionStatus)
The connection state of the instance.
|
GatewayInstance.Builder |
gatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the instance.
|
GatewayInstance.Builder |
gatewayInstanceArn(String gatewayInstanceArn)
The Amazon Resource Name (ARN) of the gateway.
|
GatewayInstance.Builder |
instanceId(String instanceId)
The managed instance ID generated by the SSM install.
|
GatewayInstance.Builder |
instanceMessages(Collection<MessageDetail> instanceMessages)
Sets the value of the InstanceMessages property for this object.
|
GatewayInstance.Builder |
instanceMessages(Consumer<MessageDetail.Builder>... instanceMessages)
Sets the value of the InstanceMessages property for this object.
|
GatewayInstance.Builder |
instanceMessages(MessageDetail... instanceMessages)
Sets the value of the InstanceMessages property for this object.
|
GatewayInstance.Builder |
instanceState(InstanceState instanceState)
The status of the instance.
|
GatewayInstance.Builder |
instanceState(String instanceState)
The status of the instance.
|
GatewayInstance.Builder |
runningBridgeCount(Integer runningBridgeCount)
The running bridge count.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGatewayInstance.Builder bridgePlacement(String bridgePlacement)
bridgePlacement - The availability of the instance to host new bridges. The bridgePlacement property can be LOCKED or
AVAILABLE. If it is LOCKED, no new bridges can be deployed to this instance. If it is AVAILABLE, new
bridges can be added to this instance.BridgePlacement,
BridgePlacementGatewayInstance.Builder bridgePlacement(BridgePlacement bridgePlacement)
bridgePlacement - The availability of the instance to host new bridges. The bridgePlacement property can be LOCKED or
AVAILABLE. If it is LOCKED, no new bridges can be deployed to this instance. If it is AVAILABLE, new
bridges can be added to this instance.BridgePlacement,
BridgePlacementGatewayInstance.Builder connectionStatus(String connectionStatus)
connectionStatus - The connection state of the instance.ConnectionStatus,
ConnectionStatusGatewayInstance.Builder connectionStatus(ConnectionStatus connectionStatus)
connectionStatus - The connection state of the instance.ConnectionStatus,
ConnectionStatusGatewayInstance.Builder gatewayArn(String gatewayArn)
gatewayArn - The Amazon Resource Name (ARN) of the instance.GatewayInstance.Builder gatewayInstanceArn(String gatewayInstanceArn)
gatewayInstanceArn - The Amazon Resource Name (ARN) of the gateway.GatewayInstance.Builder instanceId(String instanceId)
instanceId - The managed instance ID generated by the SSM install. This will begin with "mi-".GatewayInstance.Builder instanceMessages(Collection<MessageDetail> instanceMessages)
instanceMessages - The new value for the InstanceMessages property for this object.GatewayInstance.Builder instanceMessages(MessageDetail... instanceMessages)
instanceMessages - The new value for the InstanceMessages property for this object.GatewayInstance.Builder instanceMessages(Consumer<MessageDetail.Builder>... instanceMessages)
MessageDetail.Builder avoiding the need to create
one manually via MessageDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #instanceMessages(List.
instanceMessages - a consumer that will call methods on
MessageDetail.Builder#instanceMessages(java.util.Collection) GatewayInstance.Builder instanceState(String instanceState)
instanceState - The status of the instance.InstanceState,
InstanceStateGatewayInstance.Builder instanceState(InstanceState instanceState)
instanceState - The status of the instance.InstanceState,
InstanceStateGatewayInstance.Builder runningBridgeCount(Integer runningBridgeCount)
runningBridgeCount - The running bridge count.Copyright © 2023. All rights reserved.