Struct aws_sdk_iot::model::implicit_deny::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ImplicitDeny
.
Implementations§
source§impl Builder
impl Builder
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
.