Struct bonsaidb::keystorage::s3::aws_sdk_s3::operation::list_bucket_inventory_configurations::builders::ListBucketInventoryConfigurationsInputBuilder
#[non_exhaustive]pub struct ListBucketInventoryConfigurationsInputBuilder { /* private fields */ }
Expand description
A builder for ListBucketInventoryConfigurationsInput
.
Implementations§
§impl ListBucketInventoryConfigurationsInputBuilder
impl ListBucketInventoryConfigurationsInputBuilder
pub fn bucket(
self,
input: impl Into<String>
) -> ListBucketInventoryConfigurationsInputBuilder
pub fn bucket( self, input: impl Into<String> ) -> ListBucketInventoryConfigurationsInputBuilder
The name of the bucket containing the inventory configurations to retrieve.
pub fn set_bucket(
self,
input: Option<String>
) -> ListBucketInventoryConfigurationsInputBuilder
pub fn set_bucket( self, input: Option<String> ) -> ListBucketInventoryConfigurationsInputBuilder
The name of the bucket containing the inventory configurations to retrieve.
pub fn get_bucket(&self) -> &Option<String>
pub fn get_bucket(&self) -> &Option<String>
The name of the bucket containing the inventory configurations to retrieve.
pub fn continuation_token(
self,
input: impl Into<String>
) -> ListBucketInventoryConfigurationsInputBuilder
pub fn continuation_token( self, input: impl Into<String> ) -> ListBucketInventoryConfigurationsInputBuilder
The marker used to continue an inventory configuration listing that has been truncated. Use the NextContinuationToken
from a previously truncated list response to continue the listing. The continuation token is an opaque value that Amazon S3 understands.
pub fn set_continuation_token(
self,
input: Option<String>
) -> ListBucketInventoryConfigurationsInputBuilder
pub fn set_continuation_token( self, input: Option<String> ) -> ListBucketInventoryConfigurationsInputBuilder
The marker used to continue an inventory configuration listing that has been truncated. Use the NextContinuationToken
from a previously truncated list response to continue the listing. The continuation token is an opaque value that Amazon S3 understands.
pub fn get_continuation_token(&self) -> &Option<String>
pub fn get_continuation_token(&self) -> &Option<String>
The marker used to continue an inventory configuration listing that has been truncated. Use the NextContinuationToken
from a previously truncated list response to continue the listing. The continuation token is an opaque value that Amazon S3 understands.
pub fn expected_bucket_owner(
self,
input: impl Into<String>
) -> ListBucketInventoryConfigurationsInputBuilder
pub fn expected_bucket_owner( self, input: impl Into<String> ) -> ListBucketInventoryConfigurationsInputBuilder
The account ID of the expected bucket owner. If the bucket is owned by a different account, the request fails with the HTTP status code 403 Forbidden
(access denied).
pub fn set_expected_bucket_owner(
self,
input: Option<String>
) -> ListBucketInventoryConfigurationsInputBuilder
pub fn set_expected_bucket_owner( self, input: Option<String> ) -> ListBucketInventoryConfigurationsInputBuilder
The account ID of the expected bucket owner. If the bucket is owned by a different account, the request fails with the HTTP status code 403 Forbidden
(access denied).
pub fn get_expected_bucket_owner(&self) -> &Option<String>
pub fn get_expected_bucket_owner(&self) -> &Option<String>
The account ID of the expected bucket owner. If the bucket is owned by a different account, the request fails with the HTTP status code 403 Forbidden
(access denied).
pub fn build(self) -> Result<ListBucketInventoryConfigurationsInput, BuildError>
pub fn build(self) -> Result<ListBucketInventoryConfigurationsInput, BuildError>
Consumes the builder and constructs a ListBucketInventoryConfigurationsInput
.
§impl ListBucketInventoryConfigurationsInputBuilder
impl ListBucketInventoryConfigurationsInputBuilder
pub async fn send_with(
self,
client: &Client
) -> Result<ListBucketInventoryConfigurationsOutput, SdkError<ListBucketInventoryConfigurationsError, Response<SdkBody>>>
pub async fn send_with( self, client: &Client ) -> Result<ListBucketInventoryConfigurationsOutput, SdkError<ListBucketInventoryConfigurationsError, Response<SdkBody>>>
Sends a request with this input using the given client.
Trait Implementations§
§impl Clone for ListBucketInventoryConfigurationsInputBuilder
impl Clone for ListBucketInventoryConfigurationsInputBuilder
§fn clone(&self) -> ListBucketInventoryConfigurationsInputBuilder
fn clone(&self) -> ListBucketInventoryConfigurationsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more§impl Default for ListBucketInventoryConfigurationsInputBuilder
impl Default for ListBucketInventoryConfigurationsInputBuilder
§fn default() -> ListBucketInventoryConfigurationsInputBuilder
fn default() -> ListBucketInventoryConfigurationsInputBuilder
§impl PartialEq for ListBucketInventoryConfigurationsInputBuilder
impl PartialEq for ListBucketInventoryConfigurationsInputBuilder
§fn eq(&self, other: &ListBucketInventoryConfigurationsInputBuilder) -> bool
fn eq(&self, other: &ListBucketInventoryConfigurationsInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.