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