Struct aws_sdk_iot::types::builders::ImplicitDenyBuilder
source · #[non_exhaustive]pub struct ImplicitDenyBuilder { /* private fields */ }Expand description
A builder for ImplicitDeny.
Implementations§
source§impl ImplicitDenyBuilder
impl ImplicitDenyBuilder
sourcepub fn policies(self, input: Policy) -> Self
pub fn policies(self, input: Policy) -> Self
Appends an item to policies.
To override the contents of this collection use set_policies.
Policies that don't contain a matching allow or deny statement for the specified action on the specified resource.
sourcepub fn set_policies(self, input: Option<Vec<Policy>>) -> Self
pub fn set_policies(self, input: Option<Vec<Policy>>) -> Self
Policies that don't contain a matching allow or deny statement for the specified action on the specified resource.
sourcepub fn build(self) -> ImplicitDeny
pub fn build(self) -> ImplicitDeny
Consumes the builder and constructs a ImplicitDeny.
Trait Implementations§
source§impl Clone for ImplicitDenyBuilder
impl Clone for ImplicitDenyBuilder
source§fn clone(&self) -> ImplicitDenyBuilder
fn clone(&self) -> ImplicitDenyBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ImplicitDenyBuilder
impl Debug for ImplicitDenyBuilder
source§impl Default for ImplicitDenyBuilder
impl Default for ImplicitDenyBuilder
source§fn default() -> ImplicitDenyBuilder
fn default() -> ImplicitDenyBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ImplicitDenyBuilder> for ImplicitDenyBuilder
impl PartialEq<ImplicitDenyBuilder> for ImplicitDenyBuilder
source§fn eq(&self, other: &ImplicitDenyBuilder) -> bool
fn eq(&self, other: &ImplicitDenyBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.