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