#[non_exhaustive]pub struct CustomerManagedPolicyReferenceBuilder { /* private fields */ }
Expand description
A builder for CustomerManagedPolicyReference
.
Implementations§
source§impl CustomerManagedPolicyReferenceBuilder
impl CustomerManagedPolicyReferenceBuilder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the IAM policy that you have configured in each account where you want to deploy your permission set.
This field is required.sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of the IAM policy that you have configured in each account where you want to deploy your permission set.
sourcepub fn get_name(&self) -> &Option<String>
pub fn get_name(&self) -> &Option<String>
The name of the IAM policy that you have configured in each account where you want to deploy your permission set.
sourcepub fn path(self, input: impl Into<String>) -> Self
pub fn path(self, input: impl Into<String>) -> Self
The path to the IAM policy that you have configured in each account where you want to deploy your permission set. The default is /
. For more information, see Friendly names and paths in the IAM User Guide.
sourcepub fn set_path(self, input: Option<String>) -> Self
pub fn set_path(self, input: Option<String>) -> Self
The path to the IAM policy that you have configured in each account where you want to deploy your permission set. The default is /
. For more information, see Friendly names and paths in the IAM User Guide.
sourcepub fn get_path(&self) -> &Option<String>
pub fn get_path(&self) -> &Option<String>
The path to the IAM policy that you have configured in each account where you want to deploy your permission set. The default is /
. For more information, see Friendly names and paths in the IAM User Guide.
sourcepub fn build(self) -> Result<CustomerManagedPolicyReference, BuildError>
pub fn build(self) -> Result<CustomerManagedPolicyReference, BuildError>
Consumes the builder and constructs a CustomerManagedPolicyReference
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for CustomerManagedPolicyReferenceBuilder
impl Clone for CustomerManagedPolicyReferenceBuilder
source§fn clone(&self) -> CustomerManagedPolicyReferenceBuilder
fn clone(&self) -> CustomerManagedPolicyReferenceBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CustomerManagedPolicyReferenceBuilder
impl Default for CustomerManagedPolicyReferenceBuilder
source§fn default() -> CustomerManagedPolicyReferenceBuilder
fn default() -> CustomerManagedPolicyReferenceBuilder
source§impl PartialEq for CustomerManagedPolicyReferenceBuilder
impl PartialEq for CustomerManagedPolicyReferenceBuilder
source§fn eq(&self, other: &CustomerManagedPolicyReferenceBuilder) -> bool
fn eq(&self, other: &CustomerManagedPolicyReferenceBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.