Struct aws_sdk_accessanalyzer::types::builders::LocationBuilder
source · #[non_exhaustive]pub struct LocationBuilder { /* private fields */ }Expand description
A builder for Location.
Implementations§
source§impl LocationBuilder
impl LocationBuilder
sourcepub fn path(self, input: PathElement) -> Self
pub fn path(self, input: PathElement) -> Self
Appends an item to path.
To override the contents of this collection use set_path.
A path in a policy, represented as a sequence of path elements.
sourcepub fn set_path(self, input: Option<Vec<PathElement>>) -> Self
pub fn set_path(self, input: Option<Vec<PathElement>>) -> Self
A path in a policy, represented as a sequence of path elements.
Trait Implementations§
source§impl Clone for LocationBuilder
impl Clone for LocationBuilder
source§fn clone(&self) -> LocationBuilder
fn clone(&self) -> LocationBuilder
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 LocationBuilder
impl Debug for LocationBuilder
source§impl Default for LocationBuilder
impl Default for LocationBuilder
source§fn default() -> LocationBuilder
fn default() -> LocationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<LocationBuilder> for LocationBuilder
impl PartialEq<LocationBuilder> for LocationBuilder
source§fn eq(&self, other: &LocationBuilder) -> bool
fn eq(&self, other: &LocationBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.