Struct aws_sdk_s3control::input::put_public_access_block_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for PutPublicAccessBlockInput
Implementations
The account ID for the Amazon Web Services account whose PublicAccessBlock
configuration you want
to set.
The account ID for the Amazon Web Services account whose PublicAccessBlock
configuration you want
to set.
The PublicAccessBlock
configuration that you want to apply to the specified Amazon Web Services account.
pub fn set_public_access_block_configuration(
self,
input: Option<PublicAccessBlockConfiguration>
) -> Self
pub fn set_public_access_block_configuration(
self,
input: Option<PublicAccessBlockConfiguration>
) -> Self
The PublicAccessBlock
configuration that you want to apply to the specified Amazon Web Services account.
Consumes the builder and constructs a PutPublicAccessBlockInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more