Interface StopRouterInputResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StopRouterInputResponse.Builder,,StopRouterInputResponse> MediaConnectResponse.Builder,SdkBuilder<StopRouterInputResponse.Builder,,StopRouterInputResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StopRouterInputResponse
@Mutable
@NotThreadSafe
public static interface StopRouterInputResponse.Builder
extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<StopRouterInputResponse.Builder,StopRouterInputResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the router input that was stopped.The name of the router input that was stopped.The current state of the router input after being stopped.state(RouterInputState state) The current state of the router input after being stopped.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
-
arn
The ARN of the router input that was stopped.
- Parameters:
arn- The ARN of the router input that was stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the router input that was stopped.
- Parameters:
name- The name of the router input that was stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The current state of the router input after being stopped.
- Parameters:
state- The current state of the router input after being stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The current state of the router input after being stopped.
- Parameters:
state- The current state of the router input after being stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-