Struct aws_sdk_codepipeline::types::builders::S3LocationBuilder
source · #[non_exhaustive]pub struct S3LocationBuilder { /* private fields */ }
Expand description
A builder for S3Location
.
Implementations§
source§impl S3LocationBuilder
impl S3LocationBuilder
sourcepub fn bucket(self, input: impl Into<String>) -> Self
pub fn bucket(self, input: impl Into<String>) -> Self
The Amazon S3 artifact bucket for an action's artifacts.
sourcepub fn set_bucket(self, input: Option<String>) -> Self
pub fn set_bucket(self, input: Option<String>) -> Self
The Amazon S3 artifact bucket for an action's artifacts.
sourcepub fn build(self) -> S3Location
pub fn build(self) -> S3Location
Consumes the builder and constructs a S3Location
.
Trait Implementations§
source§impl Clone for S3LocationBuilder
impl Clone for S3LocationBuilder
source§fn clone(&self) -> S3LocationBuilder
fn clone(&self) -> S3LocationBuilder
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 S3LocationBuilder
impl Debug for S3LocationBuilder
source§impl Default for S3LocationBuilder
impl Default for S3LocationBuilder
source§fn default() -> S3LocationBuilder
fn default() -> S3LocationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<S3LocationBuilder> for S3LocationBuilder
impl PartialEq<S3LocationBuilder> for S3LocationBuilder
source§fn eq(&self, other: &S3LocationBuilder) -> bool
fn eq(&self, other: &S3LocationBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.