Struct aws_sdk_ec2::operation::enable_snapshot_block_public_access::builders::EnableSnapshotBlockPublicAccessInputBuilder
source · #[non_exhaustive]pub struct EnableSnapshotBlockPublicAccessInputBuilder { /* private fields */ }
Expand description
A builder for EnableSnapshotBlockPublicAccessInput
.
Implementations§
source§impl EnableSnapshotBlockPublicAccessInputBuilder
impl EnableSnapshotBlockPublicAccessInputBuilder
sourcepub fn state(self, input: SnapshotBlockPublicAccessState) -> Self
pub fn state(self, input: SnapshotBlockPublicAccessState) -> Self
The mode in which to enable block public access for snapshots for the Region. Specify one of the following values:
-
block-all-sharing
- Prevents all public sharing of snapshots in the Region. Users in the account will no longer be able to request new public sharing. Additionally, snapshots that are already publicly shared are treated as private and they are no longer publicly available.If you enable block public access for snapshots in
block-all-sharing
mode, it does not change the permissions for snapshots that are already publicly shared. Instead, it prevents these snapshots from be publicly visible and publicly accessible. Therefore, the attributes for these snapshots still indicate that they are publicly shared, even though they are not publicly available. -
block-new-sharing
- Prevents only new public sharing of snapshots in the Region. Users in the account will no longer be able to request new public sharing. However, snapshots that are already publicly shared, remain publicly available.
unblocked
is not a valid value for EnableSnapshotBlockPublicAccess.
sourcepub fn set_state(self, input: Option<SnapshotBlockPublicAccessState>) -> Self
pub fn set_state(self, input: Option<SnapshotBlockPublicAccessState>) -> Self
The mode in which to enable block public access for snapshots for the Region. Specify one of the following values:
-
block-all-sharing
- Prevents all public sharing of snapshots in the Region. Users in the account will no longer be able to request new public sharing. Additionally, snapshots that are already publicly shared are treated as private and they are no longer publicly available.If you enable block public access for snapshots in
block-all-sharing
mode, it does not change the permissions for snapshots that are already publicly shared. Instead, it prevents these snapshots from be publicly visible and publicly accessible. Therefore, the attributes for these snapshots still indicate that they are publicly shared, even though they are not publicly available. -
block-new-sharing
- Prevents only new public sharing of snapshots in the Region. Users in the account will no longer be able to request new public sharing. However, snapshots that are already publicly shared, remain publicly available.
unblocked
is not a valid value for EnableSnapshotBlockPublicAccess.
sourcepub fn get_state(&self) -> &Option<SnapshotBlockPublicAccessState>
pub fn get_state(&self) -> &Option<SnapshotBlockPublicAccessState>
The mode in which to enable block public access for snapshots for the Region. Specify one of the following values:
-
block-all-sharing
- Prevents all public sharing of snapshots in the Region. Users in the account will no longer be able to request new public sharing. Additionally, snapshots that are already publicly shared are treated as private and they are no longer publicly available.If you enable block public access for snapshots in
block-all-sharing
mode, it does not change the permissions for snapshots that are already publicly shared. Instead, it prevents these snapshots from be publicly visible and publicly accessible. Therefore, the attributes for these snapshots still indicate that they are publicly shared, even though they are not publicly available. -
block-new-sharing
- Prevents only new public sharing of snapshots in the Region. Users in the account will no longer be able to request new public sharing. However, snapshots that are already publicly shared, remain publicly available.
unblocked
is not a valid value for EnableSnapshotBlockPublicAccess.
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<EnableSnapshotBlockPublicAccessInput, BuildError>
pub fn build(self) -> Result<EnableSnapshotBlockPublicAccessInput, BuildError>
Consumes the builder and constructs a EnableSnapshotBlockPublicAccessInput
.
source§impl EnableSnapshotBlockPublicAccessInputBuilder
impl EnableSnapshotBlockPublicAccessInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<EnableSnapshotBlockPublicAccessOutput, SdkError<EnableSnapshotBlockPublicAccessError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<EnableSnapshotBlockPublicAccessOutput, SdkError<EnableSnapshotBlockPublicAccessError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for EnableSnapshotBlockPublicAccessInputBuilder
impl Clone for EnableSnapshotBlockPublicAccessInputBuilder
source§fn clone(&self) -> EnableSnapshotBlockPublicAccessInputBuilder
fn clone(&self) -> EnableSnapshotBlockPublicAccessInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for EnableSnapshotBlockPublicAccessInputBuilder
impl Default for EnableSnapshotBlockPublicAccessInputBuilder
source§fn default() -> EnableSnapshotBlockPublicAccessInputBuilder
fn default() -> EnableSnapshotBlockPublicAccessInputBuilder
source§impl PartialEq for EnableSnapshotBlockPublicAccessInputBuilder
impl PartialEq for EnableSnapshotBlockPublicAccessInputBuilder
source§fn eq(&self, other: &EnableSnapshotBlockPublicAccessInputBuilder) -> bool
fn eq(&self, other: &EnableSnapshotBlockPublicAccessInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for EnableSnapshotBlockPublicAccessInputBuilder
Auto Trait Implementations§
impl Freeze for EnableSnapshotBlockPublicAccessInputBuilder
impl RefUnwindSafe for EnableSnapshotBlockPublicAccessInputBuilder
impl Send for EnableSnapshotBlockPublicAccessInputBuilder
impl Sync for EnableSnapshotBlockPublicAccessInputBuilder
impl Unpin for EnableSnapshotBlockPublicAccessInputBuilder
impl UnwindSafe for EnableSnapshotBlockPublicAccessInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more