Struct aws_sdk_s3::types::builders::JsonOutputBuilder
source · #[non_exhaustive]pub struct JsonOutputBuilder { /* private fields */ }
Expand description
A builder for JsonOutput
.
Implementations§
source§impl JsonOutputBuilder
impl JsonOutputBuilder
sourcepub fn record_delimiter(self, input: impl Into<String>) -> Self
pub fn record_delimiter(self, input: impl Into<String>) -> Self
The value used to separate individual records in the output. If no value is specified, Amazon S3 uses a newline character ('\n').
sourcepub fn set_record_delimiter(self, input: Option<String>) -> Self
pub fn set_record_delimiter(self, input: Option<String>) -> Self
The value used to separate individual records in the output. If no value is specified, Amazon S3 uses a newline character ('\n').
sourcepub fn build(self) -> JsonOutput
pub fn build(self) -> JsonOutput
Consumes the builder and constructs a JsonOutput
.
Trait Implementations§
source§impl Clone for JsonOutputBuilder
impl Clone for JsonOutputBuilder
source§fn clone(&self) -> JsonOutputBuilder
fn clone(&self) -> JsonOutputBuilder
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 JsonOutputBuilder
impl Debug for JsonOutputBuilder
source§impl Default for JsonOutputBuilder
impl Default for JsonOutputBuilder
source§fn default() -> JsonOutputBuilder
fn default() -> JsonOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<JsonOutputBuilder> for JsonOutputBuilder
impl PartialEq<JsonOutputBuilder> for JsonOutputBuilder
source§fn eq(&self, other: &JsonOutputBuilder) -> bool
fn eq(&self, other: &JsonOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.