Struct aws_sdk_emrcontainers::operation::delete_virtual_cluster::builders::DeleteVirtualClusterFluentBuilder
source · pub struct DeleteVirtualClusterFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DeleteVirtualCluster.
Deletes a virtual cluster. Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any additional resource in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.
Implementations§
source§impl DeleteVirtualClusterFluentBuilder
impl DeleteVirtualClusterFluentBuilder
sourcepub fn as_input(&self) -> &DeleteVirtualClusterInputBuilder
pub fn as_input(&self) -> &DeleteVirtualClusterInputBuilder
Access the DeleteVirtualCluster as a reference.
sourcepub async fn send(
self
) -> Result<DeleteVirtualClusterOutput, SdkError<DeleteVirtualClusterError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteVirtualClusterOutput, SdkError<DeleteVirtualClusterError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DeleteVirtualClusterOutput, DeleteVirtualClusterError>, SdkError<DeleteVirtualClusterError>>
pub async fn customize( self ) -> Result<CustomizableOperation<DeleteVirtualClusterOutput, DeleteVirtualClusterError>, SdkError<DeleteVirtualClusterError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The ID of the virtual cluster that will be deleted.
Trait Implementations§
source§impl Clone for DeleteVirtualClusterFluentBuilder
impl Clone for DeleteVirtualClusterFluentBuilder
source§fn clone(&self) -> DeleteVirtualClusterFluentBuilder
fn clone(&self) -> DeleteVirtualClusterFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more