Interface DeregisterGatewayInstanceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeregisterGatewayInstanceResponse.Builder,,DeregisterGatewayInstanceResponse> MediaConnectResponse.Builder,SdkBuilder<DeregisterGatewayInstanceResponse.Builder,,DeregisterGatewayInstanceResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeregisterGatewayInstanceResponse
@Mutable
@NotThreadSafe
public static interface DeregisterGatewayInstanceResponse.Builder
extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<DeregisterGatewayInstanceResponse.Builder,DeregisterGatewayInstanceResponse>
-
Method Summary
Modifier and TypeMethodDescriptiongatewayInstanceArn(String gatewayInstanceArn) The ARN of the instance.instanceState(String instanceState) The status of the instance.instanceState(InstanceState instanceState) The status of the instance.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
-
gatewayInstanceArn
The ARN of the instance.
- Parameters:
gatewayInstanceArn- The ARN of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceState
The status of the instance.
- Parameters:
instanceState- The status of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instanceState
The status of the instance.
- Parameters:
instanceState- The status of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-