Struct aws_sdk_computeoptimizer::operation::export_ecs_service_recommendations::builders::ExportEcsServiceRecommendationsOutputBuilder
source · #[non_exhaustive]pub struct ExportEcsServiceRecommendationsOutputBuilder { /* private fields */ }
Expand description
A builder for ExportEcsServiceRecommendationsOutput
.
Implementations§
source§impl ExportEcsServiceRecommendationsOutputBuilder
impl ExportEcsServiceRecommendationsOutputBuilder
sourcepub fn job_id(self, input: impl Into<String>) -> Self
pub fn job_id(self, input: impl Into<String>) -> Self
The identification number of the export job.
To view the status of an export job, use the DescribeRecommendationExportJobs
action and specify the job ID.
sourcepub fn set_job_id(self, input: Option<String>) -> Self
pub fn set_job_id(self, input: Option<String>) -> Self
The identification number of the export job.
To view the status of an export job, use the DescribeRecommendationExportJobs
action and specify the job ID.
sourcepub fn get_job_id(&self) -> &Option<String>
pub fn get_job_id(&self) -> &Option<String>
The identification number of the export job.
To view the status of an export job, use the DescribeRecommendationExportJobs
action and specify the job ID.
sourcepub fn s3_destination(self, input: S3Destination) -> Self
pub fn s3_destination(self, input: S3Destination) -> Self
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_destination(self, input: Option<S3Destination>) -> Self
pub fn set_s3_destination(self, input: Option<S3Destination>) -> Self
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 get_s3_destination(&self) -> &Option<S3Destination>
pub fn get_s3_destination(&self) -> &Option<S3Destination>
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) -> ExportEcsServiceRecommendationsOutput
pub fn build(self) -> ExportEcsServiceRecommendationsOutput
Consumes the builder and constructs a ExportEcsServiceRecommendationsOutput
.
Trait Implementations§
source§impl Clone for ExportEcsServiceRecommendationsOutputBuilder
impl Clone for ExportEcsServiceRecommendationsOutputBuilder
source§fn clone(&self) -> ExportEcsServiceRecommendationsOutputBuilder
fn clone(&self) -> ExportEcsServiceRecommendationsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ExportEcsServiceRecommendationsOutputBuilder
impl Default for ExportEcsServiceRecommendationsOutputBuilder
source§fn default() -> ExportEcsServiceRecommendationsOutputBuilder
fn default() -> ExportEcsServiceRecommendationsOutputBuilder
source§impl PartialEq for ExportEcsServiceRecommendationsOutputBuilder
impl PartialEq for ExportEcsServiceRecommendationsOutputBuilder
source§fn eq(&self, other: &ExportEcsServiceRecommendationsOutputBuilder) -> bool
fn eq(&self, other: &ExportEcsServiceRecommendationsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.