pub struct Builder { /* private fields */ }Expand description
A builder for DeleteBucketIntelligentTieringConfigurationInput.
Implementations§
source§impl Builder
impl Builder
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 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 build(
self
) -> Result<DeleteBucketIntelligentTieringConfigurationInput, BuildError>
pub fn build(
self
) -> Result<DeleteBucketIntelligentTieringConfigurationInput, BuildError>
Consumes the builder and constructs a DeleteBucketIntelligentTieringConfigurationInput.