Struct aws_sdk_computeoptimizer::model::export_destination::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for ExportDestination.
Implementations§
source§impl Builder
impl Builder
sourcepub fn s3(self, input: S3Destination) -> Self
pub fn s3(self, input: S3Destination) -> Self
An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.
sourcepub fn set_s3(self, input: Option<S3Destination>) -> Self
pub fn set_s3(self, input: Option<S3Destination>) -> Self
An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.
sourcepub fn build(self) -> ExportDestination
pub fn build(self) -> ExportDestination
Consumes the builder and constructs a ExportDestination.