pub struct Builder { /* private fields */ }Expand description
A builder for PutBucketIntelligentTieringConfigurationInput.
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 intelligent_tiering_configuration(
self,
input: IntelligentTieringConfiguration
) -> Self
pub fn intelligent_tiering_configuration(
self,
input: IntelligentTieringConfiguration
) -> Self
Container for S3 Intelligent-Tiering configuration.
sourcepub fn set_intelligent_tiering_configuration(
self,
input: Option<IntelligentTieringConfiguration>
) -> Self
pub fn set_intelligent_tiering_configuration(
self,
input: Option<IntelligentTieringConfiguration>
) -> Self
Container for S3 Intelligent-Tiering configuration.
sourcepub fn build(
self
) -> Result<PutBucketIntelligentTieringConfigurationInput, BuildError>
pub fn build(
self
) -> Result<PutBucketIntelligentTieringConfigurationInput, BuildError>
Consumes the builder and constructs a PutBucketIntelligentTieringConfigurationInput.