#[non_exhaustive]pub struct BatchUpdatePartitionRequestEntryBuilder { /* private fields */ }
Expand description
A builder for BatchUpdatePartitionRequestEntry
.
Implementations§
source§impl BatchUpdatePartitionRequestEntryBuilder
impl BatchUpdatePartitionRequestEntryBuilder
sourcepub fn partition_value_list(self, input: impl Into<String>) -> Self
pub fn partition_value_list(self, input: impl Into<String>) -> Self
Appends an item to partition_value_list
.
To override the contents of this collection use set_partition_value_list
.
A list of values defining the partitions.
sourcepub fn set_partition_value_list(self, input: Option<Vec<String>>) -> Self
pub fn set_partition_value_list(self, input: Option<Vec<String>>) -> Self
A list of values defining the partitions.
sourcepub fn partition_input(self, input: PartitionInput) -> Self
pub fn partition_input(self, input: PartitionInput) -> Self
The structure used to update a partition.
sourcepub fn set_partition_input(self, input: Option<PartitionInput>) -> Self
pub fn set_partition_input(self, input: Option<PartitionInput>) -> Self
The structure used to update a partition.
sourcepub fn build(self) -> BatchUpdatePartitionRequestEntry
pub fn build(self) -> BatchUpdatePartitionRequestEntry
Consumes the builder and constructs a BatchUpdatePartitionRequestEntry
.
Trait Implementations§
source§impl Clone for BatchUpdatePartitionRequestEntryBuilder
impl Clone for BatchUpdatePartitionRequestEntryBuilder
source§fn clone(&self) -> BatchUpdatePartitionRequestEntryBuilder
fn clone(&self) -> BatchUpdatePartitionRequestEntryBuilder
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 BatchUpdatePartitionRequestEntryBuilder
impl Default for BatchUpdatePartitionRequestEntryBuilder
source§fn default() -> BatchUpdatePartitionRequestEntryBuilder
fn default() -> BatchUpdatePartitionRequestEntryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<BatchUpdatePartitionRequestEntryBuilder> for BatchUpdatePartitionRequestEntryBuilder
impl PartialEq<BatchUpdatePartitionRequestEntryBuilder> for BatchUpdatePartitionRequestEntryBuilder
source§fn eq(&self, other: &BatchUpdatePartitionRequestEntryBuilder) -> bool
fn eq(&self, other: &BatchUpdatePartitionRequestEntryBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BatchUpdatePartitionRequestEntryBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BatchUpdatePartitionRequestEntryBuilder
impl Send for BatchUpdatePartitionRequestEntryBuilder
impl Sync for BatchUpdatePartitionRequestEntryBuilder
impl Unpin for BatchUpdatePartitionRequestEntryBuilder
impl UnwindSafe for BatchUpdatePartitionRequestEntryBuilder
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