Struct aws_sdk_s3::operation::delete_bucket_intelligent_tiering_configuration::builders::DeleteBucketIntelligentTieringConfigurationInputBuilder
source · #[non_exhaustive]pub struct DeleteBucketIntelligentTieringConfigurationInputBuilder { /* private fields */ }
Expand description
A builder for DeleteBucketIntelligentTieringConfigurationInput
.
Implementations§
source§impl DeleteBucketIntelligentTieringConfigurationInputBuilder
impl DeleteBucketIntelligentTieringConfigurationInputBuilder
sourcepub fn bucket(self, input: impl Into<String>) -> Self
pub fn bucket(self, input: impl Into<String>) -> Self
The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.
sourcepub fn set_bucket(self, input: Option<String>) -> Self
pub fn set_bucket(self, input: Option<String>) -> Self
The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.
sourcepub fn get_bucket(&self) -> &Option<String>
pub fn get_bucket(&self) -> &Option<String>
The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The ID used to identify the S3 Intelligent-Tiering configuration.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The ID used to identify the S3 Intelligent-Tiering configuration.
sourcepub fn get_id(&self) -> &Option<String>
pub fn get_id(&self) -> &Option<String>
The ID used to identify the S3 Intelligent-Tiering configuration.
sourcepub fn build(
self
) -> Result<DeleteBucketIntelligentTieringConfigurationInput, BuildError>
pub fn build( self ) -> Result<DeleteBucketIntelligentTieringConfigurationInput, BuildError>
Consumes the builder and constructs a DeleteBucketIntelligentTieringConfigurationInput
.
source§impl DeleteBucketIntelligentTieringConfigurationInputBuilder
impl DeleteBucketIntelligentTieringConfigurationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteBucketIntelligentTieringConfigurationOutput, SdkError<DeleteBucketIntelligentTieringConfigurationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteBucketIntelligentTieringConfigurationOutput, SdkError<DeleteBucketIntelligentTieringConfigurationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteBucketIntelligentTieringConfigurationInputBuilder
impl Clone for DeleteBucketIntelligentTieringConfigurationInputBuilder
source§fn clone(&self) -> DeleteBucketIntelligentTieringConfigurationInputBuilder
fn clone(&self) -> DeleteBucketIntelligentTieringConfigurationInputBuilder
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 DeleteBucketIntelligentTieringConfigurationInputBuilder
impl Default for DeleteBucketIntelligentTieringConfigurationInputBuilder
source§fn default() -> DeleteBucketIntelligentTieringConfigurationInputBuilder
fn default() -> DeleteBucketIntelligentTieringConfigurationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteBucketIntelligentTieringConfigurationInputBuilder> for DeleteBucketIntelligentTieringConfigurationInputBuilder
impl PartialEq<DeleteBucketIntelligentTieringConfigurationInputBuilder> for DeleteBucketIntelligentTieringConfigurationInputBuilder
source§fn eq(
&self,
other: &DeleteBucketIntelligentTieringConfigurationInputBuilder
) -> bool
fn eq( &self, other: &DeleteBucketIntelligentTieringConfigurationInputBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteBucketIntelligentTieringConfigurationInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteBucketIntelligentTieringConfigurationInputBuilder
impl Send for DeleteBucketIntelligentTieringConfigurationInputBuilder
impl Sync for DeleteBucketIntelligentTieringConfigurationInputBuilder
impl Unpin for DeleteBucketIntelligentTieringConfigurationInputBuilder
impl UnwindSafe for DeleteBucketIntelligentTieringConfigurationInputBuilder
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