public static interface UpdateGatewayInstanceRequest.Builder extends MediaConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateGatewayInstanceRequest.Builder,UpdateGatewayInstanceRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateGatewayInstanceRequest.Builder |
bridgePlacement(BridgePlacement bridgePlacement)
The availability of the instance to host new bridges.
|
UpdateGatewayInstanceRequest.Builder |
bridgePlacement(String bridgePlacement)
The availability of the instance to host new bridges.
|
UpdateGatewayInstanceRequest.Builder |
gatewayInstanceArn(String gatewayInstanceArn)
The Amazon Resource Name (ARN) of the instance that you want to update.
|
UpdateGatewayInstanceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateGatewayInstanceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateGatewayInstanceRequest.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,
BridgePlacementUpdateGatewayInstanceRequest.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,
BridgePlacementUpdateGatewayInstanceRequest.Builder gatewayInstanceArn(String gatewayInstanceArn)
gatewayInstanceArn - The Amazon Resource Name (ARN) of the instance that you want to update.UpdateGatewayInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateGatewayInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.