#[non_exhaustive]pub struct DeleteAccessEntryInputBuilder { /* private fields */ }
Expand description
A builder for DeleteAccessEntryInput
.
Implementations§
source§impl DeleteAccessEntryInputBuilder
impl DeleteAccessEntryInputBuilder
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.
This field is required.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
.
sourcepub fn build(self) -> Result<DeleteAccessEntryInput, BuildError>
pub fn build(self) -> Result<DeleteAccessEntryInput, BuildError>
Consumes the builder and constructs a DeleteAccessEntryInput
.
source§impl DeleteAccessEntryInputBuilder
impl DeleteAccessEntryInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteAccessEntryOutput, SdkError<DeleteAccessEntryError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteAccessEntryOutput, SdkError<DeleteAccessEntryError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteAccessEntryInputBuilder
impl Clone for DeleteAccessEntryInputBuilder
source§fn clone(&self) -> DeleteAccessEntryInputBuilder
fn clone(&self) -> DeleteAccessEntryInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for DeleteAccessEntryInputBuilder
impl Default for DeleteAccessEntryInputBuilder
source§fn default() -> DeleteAccessEntryInputBuilder
fn default() -> DeleteAccessEntryInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteAccessEntryInputBuilder
impl PartialEq for DeleteAccessEntryInputBuilder
source§fn eq(&self, other: &DeleteAccessEntryInputBuilder) -> bool
fn eq(&self, other: &DeleteAccessEntryInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteAccessEntryInputBuilder
Auto Trait Implementations§
impl Freeze for DeleteAccessEntryInputBuilder
impl RefUnwindSafe for DeleteAccessEntryInputBuilder
impl Send for DeleteAccessEntryInputBuilder
impl Sync for DeleteAccessEntryInputBuilder
impl Unpin for DeleteAccessEntryInputBuilder
impl UnwindSafe for DeleteAccessEntryInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.