Interface UpdateGatewayInstanceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateGatewayInstanceResponse.Builder,,UpdateGatewayInstanceResponse> MediaConnectResponse.Builder,SdkBuilder<UpdateGatewayInstanceResponse.Builder,,UpdateGatewayInstanceResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateGatewayInstanceResponse
@Mutable
@NotThreadSafe
public static interface UpdateGatewayInstanceResponse.Builder
extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<UpdateGatewayInstanceResponse.Builder,UpdateGatewayInstanceResponse>
-
Method Summary
Modifier and TypeMethodDescriptionbridgePlacement(String bridgePlacement) The state of the instance.bridgePlacement(BridgePlacement bridgePlacement) The state of the instance.gatewayInstanceArn(String gatewayInstanceArn) The ARN of the instance that was updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mediaconnect.model.MediaConnectResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
bridgePlacement
The state of the instance.
ACTIVEorINACTIVE.- Parameters:
bridgePlacement- The state of the instance.ACTIVEorINACTIVE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
bridgePlacement
The state of the instance.
ACTIVEorINACTIVE.- Parameters:
bridgePlacement- The state of the instance.ACTIVEorINACTIVE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
gatewayInstanceArn
The ARN of the instance that was updated.
- Parameters:
gatewayInstanceArn- The ARN of the instance that was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-