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