Struct aws_sdk_ec2::operation::enable_image_block_public_access::builders::EnableImageBlockPublicAccessInputBuilder
source · #[non_exhaustive]pub struct EnableImageBlockPublicAccessInputBuilder { /* private fields */ }
Expand description
A builder for EnableImageBlockPublicAccessInput
.
Implementations§
source§impl EnableImageBlockPublicAccessInputBuilder
impl EnableImageBlockPublicAccessInputBuilder
sourcepub fn image_block_public_access_state(
self,
input: ImageBlockPublicAccessEnabledState
) -> Self
pub fn image_block_public_access_state( self, input: ImageBlockPublicAccessEnabledState ) -> Self
Specify block-new-sharing
to enable block public access for AMIs at the account level in the specified Region. This will block any attempt to publicly share your AMIs in the specified Region.
sourcepub fn set_image_block_public_access_state(
self,
input: Option<ImageBlockPublicAccessEnabledState>
) -> Self
pub fn set_image_block_public_access_state( self, input: Option<ImageBlockPublicAccessEnabledState> ) -> Self
Specify block-new-sharing
to enable block public access for AMIs at the account level in the specified Region. This will block any attempt to publicly share your AMIs in the specified Region.
sourcepub fn get_image_block_public_access_state(
&self
) -> &Option<ImageBlockPublicAccessEnabledState>
pub fn get_image_block_public_access_state( &self ) -> &Option<ImageBlockPublicAccessEnabledState>
Specify block-new-sharing
to enable block public access for AMIs at the account level in the specified Region. This will block any attempt to publicly share your AMIs in the specified Region.
sourcepub fn dry_run(self, input: bool) -> Self
pub fn dry_run(self, input: bool) -> Self
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn set_dry_run(self, input: Option<bool>) -> Self
pub fn set_dry_run(self, input: Option<bool>) -> Self
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn get_dry_run(&self) -> &Option<bool>
pub fn get_dry_run(&self) -> &Option<bool>
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn build(self) -> Result<EnableImageBlockPublicAccessInput, BuildError>
pub fn build(self) -> Result<EnableImageBlockPublicAccessInput, BuildError>
Consumes the builder and constructs a EnableImageBlockPublicAccessInput
.
source§impl EnableImageBlockPublicAccessInputBuilder
impl EnableImageBlockPublicAccessInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<EnableImageBlockPublicAccessOutput, SdkError<EnableImageBlockPublicAccessError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<EnableImageBlockPublicAccessOutput, SdkError<EnableImageBlockPublicAccessError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for EnableImageBlockPublicAccessInputBuilder
impl Clone for EnableImageBlockPublicAccessInputBuilder
source§fn clone(&self) -> EnableImageBlockPublicAccessInputBuilder
fn clone(&self) -> EnableImageBlockPublicAccessInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for EnableImageBlockPublicAccessInputBuilder
impl Default for EnableImageBlockPublicAccessInputBuilder
source§fn default() -> EnableImageBlockPublicAccessInputBuilder
fn default() -> EnableImageBlockPublicAccessInputBuilder
source§impl PartialEq for EnableImageBlockPublicAccessInputBuilder
impl PartialEq for EnableImageBlockPublicAccessInputBuilder
source§fn eq(&self, other: &EnableImageBlockPublicAccessInputBuilder) -> bool
fn eq(&self, other: &EnableImageBlockPublicAccessInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.