#[non_exhaustive]pub struct DestinationOptionsResponseBuilder { /* private fields */ }
Expand description
A builder for DestinationOptionsResponse
.
Implementations§
source§impl DestinationOptionsResponseBuilder
impl DestinationOptionsResponseBuilder
sourcepub fn file_format(self, input: DestinationFileFormat) -> Self
pub fn file_format(self, input: DestinationFileFormat) -> Self
The format for the flow log.
sourcepub fn set_file_format(self, input: Option<DestinationFileFormat>) -> Self
pub fn set_file_format(self, input: Option<DestinationFileFormat>) -> Self
The format for the flow log.
sourcepub fn get_file_format(&self) -> &Option<DestinationFileFormat>
pub fn get_file_format(&self) -> &Option<DestinationFileFormat>
The format for the flow log.
sourcepub fn hive_compatible_partitions(self, input: bool) -> Self
pub fn hive_compatible_partitions(self, input: bool) -> Self
Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.
sourcepub fn set_hive_compatible_partitions(self, input: Option<bool>) -> Self
pub fn set_hive_compatible_partitions(self, input: Option<bool>) -> Self
Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.
sourcepub fn get_hive_compatible_partitions(&self) -> &Option<bool>
pub fn get_hive_compatible_partitions(&self) -> &Option<bool>
Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.
sourcepub fn per_hour_partition(self, input: bool) -> Self
pub fn per_hour_partition(self, input: bool) -> Self
Indicates whether to partition the flow log per hour.
sourcepub fn set_per_hour_partition(self, input: Option<bool>) -> Self
pub fn set_per_hour_partition(self, input: Option<bool>) -> Self
Indicates whether to partition the flow log per hour.
sourcepub fn get_per_hour_partition(&self) -> &Option<bool>
pub fn get_per_hour_partition(&self) -> &Option<bool>
Indicates whether to partition the flow log per hour.
sourcepub fn build(self) -> DestinationOptionsResponse
pub fn build(self) -> DestinationOptionsResponse
Consumes the builder and constructs a DestinationOptionsResponse
.
Trait Implementations§
source§impl Clone for DestinationOptionsResponseBuilder
impl Clone for DestinationOptionsResponseBuilder
source§fn clone(&self) -> DestinationOptionsResponseBuilder
fn clone(&self) -> DestinationOptionsResponseBuilder
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 Default for DestinationOptionsResponseBuilder
impl Default for DestinationOptionsResponseBuilder
source§fn default() -> DestinationOptionsResponseBuilder
fn default() -> DestinationOptionsResponseBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DestinationOptionsResponseBuilder> for DestinationOptionsResponseBuilder
impl PartialEq<DestinationOptionsResponseBuilder> for DestinationOptionsResponseBuilder
source§fn eq(&self, other: &DestinationOptionsResponseBuilder) -> bool
fn eq(&self, other: &DestinationOptionsResponseBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DestinationOptionsResponseBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DestinationOptionsResponseBuilder
impl Send for DestinationOptionsResponseBuilder
impl Sync for DestinationOptionsResponseBuilder
impl Unpin for DestinationOptionsResponseBuilder
impl UnwindSafe for DestinationOptionsResponseBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more