Interface DeregisterGatewayInstanceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeregisterGatewayInstanceResponse.Builder,DeregisterGatewayInstanceResponse>,MediaConnectResponse.Builder,SdkBuilder<DeregisterGatewayInstanceResponse.Builder,DeregisterGatewayInstanceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeregisterGatewayInstanceResponse
public static interface DeregisterGatewayInstanceResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<DeregisterGatewayInstanceResponse.Builder,DeregisterGatewayInstanceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeregisterGatewayInstanceResponse.BuildergatewayInstanceArn(String gatewayInstanceArn)The Amazon Resource Name (ARN) of the instance.DeregisterGatewayInstanceResponse.BuilderinstanceState(String instanceState)The status of the instance.DeregisterGatewayInstanceResponse.BuilderinstanceState(InstanceState instanceState)The status of the instance.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
gatewayInstanceArn
DeregisterGatewayInstanceResponse.Builder gatewayInstanceArn(String gatewayInstanceArn)
The Amazon Resource Name (ARN) of the instance.- Parameters:
gatewayInstanceArn- The Amazon Resource Name (ARN) of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceState
DeregisterGatewayInstanceResponse.Builder instanceState(String 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,InstanceState
-
instanceState
DeregisterGatewayInstanceResponse.Builder instanceState(InstanceState 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,InstanceState
-
-