Struct aws_sdk_iot::types::builders::EffectivePolicyBuilder
source · #[non_exhaustive]pub struct EffectivePolicyBuilder { /* private fields */ }Expand description
A builder for EffectivePolicy.
Implementations§
source§impl EffectivePolicyBuilder
impl EffectivePolicyBuilder
sourcepub fn policy_name(self, input: impl Into<String>) -> Self
pub fn policy_name(self, input: impl Into<String>) -> Self
The policy name.
sourcepub fn set_policy_name(self, input: Option<String>) -> Self
pub fn set_policy_name(self, input: Option<String>) -> Self
The policy name.
sourcepub fn policy_arn(self, input: impl Into<String>) -> Self
pub fn policy_arn(self, input: impl Into<String>) -> Self
The policy ARN.
sourcepub fn set_policy_arn(self, input: Option<String>) -> Self
pub fn set_policy_arn(self, input: Option<String>) -> Self
The policy ARN.
sourcepub fn policy_document(self, input: impl Into<String>) -> Self
pub fn policy_document(self, input: impl Into<String>) -> Self
The IAM policy document.
sourcepub fn set_policy_document(self, input: Option<String>) -> Self
pub fn set_policy_document(self, input: Option<String>) -> Self
The IAM policy document.
sourcepub fn build(self) -> EffectivePolicy
pub fn build(self) -> EffectivePolicy
Consumes the builder and constructs a EffectivePolicy.
Trait Implementations§
source§impl Clone for EffectivePolicyBuilder
impl Clone for EffectivePolicyBuilder
source§fn clone(&self) -> EffectivePolicyBuilder
fn clone(&self) -> EffectivePolicyBuilder
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 EffectivePolicyBuilder
impl Debug for EffectivePolicyBuilder
source§impl Default for EffectivePolicyBuilder
impl Default for EffectivePolicyBuilder
source§fn default() -> EffectivePolicyBuilder
fn default() -> EffectivePolicyBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<EffectivePolicyBuilder> for EffectivePolicyBuilder
impl PartialEq<EffectivePolicyBuilder> for EffectivePolicyBuilder
source§fn eq(&self, other: &EffectivePolicyBuilder) -> bool
fn eq(&self, other: &EffectivePolicyBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.