Struct aws_sdk_eks::operation::delete_access_entry::builders::DeleteAccessEntryFluentBuilder
source · pub struct DeleteAccessEntryFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DeleteAccessEntry
.
Deletes an access entry.
Deleting an access entry of a type other than Standard
can cause your cluster to function improperly. If you delete an access entry in error, you can recreate it.
Implementations§
source§impl DeleteAccessEntryFluentBuilder
impl DeleteAccessEntryFluentBuilder
sourcepub fn as_input(&self) -> &DeleteAccessEntryInputBuilder
pub fn as_input(&self) -> &DeleteAccessEntryInputBuilder
Access the DeleteAccessEntry as a reference.
sourcepub async fn send(
self
) -> Result<DeleteAccessEntryOutput, SdkError<DeleteAccessEntryError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteAccessEntryOutput, SdkError<DeleteAccessEntryError, 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 fn customize(
self
) -> CustomizableOperation<DeleteAccessEntryOutput, DeleteAccessEntryError, Self>
pub fn customize( self ) -> CustomizableOperation<DeleteAccessEntryOutput, DeleteAccessEntryError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn cluster_name(self, input: impl Into<String>) -> Self
pub fn cluster_name(self, input: impl Into<String>) -> Self
The name of your cluster.
sourcepub fn set_cluster_name(self, input: Option<String>) -> Self
pub fn set_cluster_name(self, input: Option<String>) -> Self
The name of your cluster.
sourcepub fn get_cluster_name(&self) -> &Option<String>
pub fn get_cluster_name(&self) -> &Option<String>
The name of your cluster.
sourcepub fn principal_arn(self, input: impl Into<String>) -> Self
pub fn principal_arn(self, input: impl Into<String>) -> Self
The ARN of the IAM principal for the AccessEntry
.
sourcepub fn set_principal_arn(self, input: Option<String>) -> Self
pub fn set_principal_arn(self, input: Option<String>) -> Self
The ARN of the IAM principal for the AccessEntry
.
sourcepub fn get_principal_arn(&self) -> &Option<String>
pub fn get_principal_arn(&self) -> &Option<String>
The ARN of the IAM principal for the AccessEntry
.
Trait Implementations§
source§impl Clone for DeleteAccessEntryFluentBuilder
impl Clone for DeleteAccessEntryFluentBuilder
source§fn clone(&self) -> DeleteAccessEntryFluentBuilder
fn clone(&self) -> DeleteAccessEntryFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more