Interface TakeRouterInputResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<TakeRouterInputResponse.Builder,,TakeRouterInputResponse> MediaConnectResponse.Builder,SdkBuilder<TakeRouterInputResponse.Builder,,TakeRouterInputResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
TakeRouterInputResponse
@Mutable
@NotThreadSafe
public static interface TakeRouterInputResponse.Builder
extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<TakeRouterInputResponse.Builder,TakeRouterInputResponse>
-
Method Summary
Modifier and TypeMethodDescriptionroutedState(String routedState) The state of the association between the router input and output.routedState(RouterOutputRoutedState routedState) The state of the association between the router input and output.routerInputArn(String routerInputArn) The ARN of the associated router input.routerInputName(String routerInputName) The name of the associated router input.routerOutputArn(String routerOutputArn) The ARN of the associated router output.routerOutputName(String routerOutputName) The name of the associated router output.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
-
routedState
The state of the association between the router input and output.
- Parameters:
routedState- The state of the association between the router input and output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
routedState
The state of the association between the router input and output.
- Parameters:
routedState- The state of the association between the router input and output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
routerOutputArn
The ARN of the associated router output.
- Parameters:
routerOutputArn- The ARN of the associated router output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routerOutputName
The name of the associated router output.
- Parameters:
routerOutputName- The name of the associated router output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routerInputArn
The ARN of the associated router input.
- Parameters:
routerInputArn- The ARN of the associated router input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routerInputName
The name of the associated router input.
- Parameters:
routerInputName- The name of the associated router input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-