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