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
copy
Methods inherited from interface software.amazon.awssdk.services.mediaconnect.model.MediaConnectResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
bridgePlacement
The state of the instance.
ACTIVE
orINACTIVE
.- Parameters:
bridgePlacement
- The state of the instance.ACTIVE
orINACTIVE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
bridgePlacement
The state of the instance.
ACTIVE
orINACTIVE
.- Parameters:
bridgePlacement
- The state of the instance.ACTIVE
orINACTIVE
.- 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.
-