Struct aws_sdk_elasticbeanstalk::operation::create_storage_location::builders::CreateStorageLocationOutputBuilder
source · #[non_exhaustive]pub struct CreateStorageLocationOutputBuilder { /* private fields */ }Expand description
A builder for CreateStorageLocationOutput.
Implementations§
source§impl CreateStorageLocationOutputBuilder
impl CreateStorageLocationOutputBuilder
sourcepub fn s3_bucket(self, input: impl Into<String>) -> Self
pub fn s3_bucket(self, input: impl Into<String>) -> Self
The name of the Amazon S3 bucket created.
sourcepub fn set_s3_bucket(self, input: Option<String>) -> Self
pub fn set_s3_bucket(self, input: Option<String>) -> Self
The name of the Amazon S3 bucket created.
sourcepub fn build(self) -> CreateStorageLocationOutput
pub fn build(self) -> CreateStorageLocationOutput
Consumes the builder and constructs a CreateStorageLocationOutput.
Trait Implementations§
source§impl Clone for CreateStorageLocationOutputBuilder
impl Clone for CreateStorageLocationOutputBuilder
source§fn clone(&self) -> CreateStorageLocationOutputBuilder
fn clone(&self) -> CreateStorageLocationOutputBuilder
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 Default for CreateStorageLocationOutputBuilder
impl Default for CreateStorageLocationOutputBuilder
source§fn default() -> CreateStorageLocationOutputBuilder
fn default() -> CreateStorageLocationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateStorageLocationOutputBuilder> for CreateStorageLocationOutputBuilder
impl PartialEq<CreateStorageLocationOutputBuilder> for CreateStorageLocationOutputBuilder
source§fn eq(&self, other: &CreateStorageLocationOutputBuilder) -> bool
fn eq(&self, other: &CreateStorageLocationOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.