Struct aws_sdk_s3control::types::builders::JobManifestSpecBuilder
source · #[non_exhaustive]pub struct JobManifestSpecBuilder { /* private fields */ }
Expand description
A builder for JobManifestSpec
.
Implementations§
source§impl JobManifestSpecBuilder
impl JobManifestSpecBuilder
sourcepub fn format(self, input: JobManifestFormat) -> Self
pub fn format(self, input: JobManifestFormat) -> Self
Indicates which of the available formats the specified manifest uses.
sourcepub fn set_format(self, input: Option<JobManifestFormat>) -> Self
pub fn set_format(self, input: Option<JobManifestFormat>) -> Self
Indicates which of the available formats the specified manifest uses.
sourcepub fn fields(self, input: JobManifestFieldName) -> Self
pub fn fields(self, input: JobManifestFieldName) -> Self
Appends an item to fields
.
To override the contents of this collection use set_fields
.
If the specified manifest object is in the S3BatchOperations_CSV_20180820
format, this element describes which columns contain the required data.
sourcepub fn set_fields(self, input: Option<Vec<JobManifestFieldName>>) -> Self
pub fn set_fields(self, input: Option<Vec<JobManifestFieldName>>) -> Self
If the specified manifest object is in the S3BatchOperations_CSV_20180820
format, this element describes which columns contain the required data.
sourcepub fn build(self) -> JobManifestSpec
pub fn build(self) -> JobManifestSpec
Consumes the builder and constructs a JobManifestSpec
.
Trait Implementations§
source§impl Clone for JobManifestSpecBuilder
impl Clone for JobManifestSpecBuilder
source§fn clone(&self) -> JobManifestSpecBuilder
fn clone(&self) -> JobManifestSpecBuilder
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 JobManifestSpecBuilder
impl Debug for JobManifestSpecBuilder
source§impl Default for JobManifestSpecBuilder
impl Default for JobManifestSpecBuilder
source§fn default() -> JobManifestSpecBuilder
fn default() -> JobManifestSpecBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<JobManifestSpecBuilder> for JobManifestSpecBuilder
impl PartialEq<JobManifestSpecBuilder> for JobManifestSpecBuilder
source§fn eq(&self, other: &JobManifestSpecBuilder) -> bool
fn eq(&self, other: &JobManifestSpecBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.