public static interface UpdateGatewayInstanceResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<UpdateGatewayInstanceResponse.Builder,UpdateGatewayInstanceResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateGatewayInstanceResponse.Builder |
bridgePlacement(BridgePlacement bridgePlacement)
The availability of the instance to host new bridges.
|
UpdateGatewayInstanceResponse.Builder |
bridgePlacement(String bridgePlacement)
The availability of the instance to host new bridges.
|
UpdateGatewayInstanceResponse.Builder |
gatewayInstanceArn(String gatewayInstanceArn)
The Amazon Resource Name (ARN) of the instance.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateGatewayInstanceResponse.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,
BridgePlacementUpdateGatewayInstanceResponse.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,
BridgePlacementUpdateGatewayInstanceResponse.Builder gatewayInstanceArn(String gatewayInstanceArn)
gatewayInstanceArn - The Amazon Resource Name (ARN) of the instance.Copyright © 2023. All rights reserved.