Struct aws_sdk_glue::operation::batch_update_partition::builders::BatchUpdatePartitionInputBuilder
source · #[non_exhaustive]pub struct BatchUpdatePartitionInputBuilder { /* private fields */ }
Expand description
A builder for BatchUpdatePartitionInput
.
Implementations§
source§impl BatchUpdatePartitionInputBuilder
impl BatchUpdatePartitionInputBuilder
sourcepub fn catalog_id(self, input: impl Into<String>) -> Self
pub fn catalog_id(self, input: impl Into<String>) -> Self
The ID of the catalog in which the partition is to be updated. Currently, this should be the Amazon Web Services account ID.
sourcepub fn set_catalog_id(self, input: Option<String>) -> Self
pub fn set_catalog_id(self, input: Option<String>) -> Self
The ID of the catalog in which the partition is to be updated. Currently, this should be the Amazon Web Services account ID.
sourcepub fn get_catalog_id(&self) -> &Option<String>
pub fn get_catalog_id(&self) -> &Option<String>
The ID of the catalog in which the partition is to be updated. Currently, this should be the Amazon Web Services account ID.
sourcepub fn database_name(self, input: impl Into<String>) -> Self
pub fn database_name(self, input: impl Into<String>) -> Self
The name of the metadata database in which the partition is to be updated.
This field is required.sourcepub fn set_database_name(self, input: Option<String>) -> Self
pub fn set_database_name(self, input: Option<String>) -> Self
The name of the metadata database in which the partition is to be updated.
sourcepub fn get_database_name(&self) -> &Option<String>
pub fn get_database_name(&self) -> &Option<String>
The name of the metadata database in which the partition is to be updated.
sourcepub fn table_name(self, input: impl Into<String>) -> Self
pub fn table_name(self, input: impl Into<String>) -> Self
The name of the metadata table in which the partition is to be updated.
This field is required.sourcepub fn set_table_name(self, input: Option<String>) -> Self
pub fn set_table_name(self, input: Option<String>) -> Self
The name of the metadata table in which the partition is to be updated.
sourcepub fn get_table_name(&self) -> &Option<String>
pub fn get_table_name(&self) -> &Option<String>
The name of the metadata table in which the partition is to be updated.
sourcepub fn entries(self, input: BatchUpdatePartitionRequestEntry) -> Self
pub fn entries(self, input: BatchUpdatePartitionRequestEntry) -> Self
Appends an item to entries
.
To override the contents of this collection use set_entries
.
A list of up to 100 BatchUpdatePartitionRequestEntry
objects to update.
sourcepub fn set_entries(
self,
input: Option<Vec<BatchUpdatePartitionRequestEntry>>
) -> Self
pub fn set_entries( self, input: Option<Vec<BatchUpdatePartitionRequestEntry>> ) -> Self
A list of up to 100 BatchUpdatePartitionRequestEntry
objects to update.
sourcepub fn get_entries(&self) -> &Option<Vec<BatchUpdatePartitionRequestEntry>>
pub fn get_entries(&self) -> &Option<Vec<BatchUpdatePartitionRequestEntry>>
A list of up to 100 BatchUpdatePartitionRequestEntry
objects to update.
sourcepub fn build(self) -> Result<BatchUpdatePartitionInput, BuildError>
pub fn build(self) -> Result<BatchUpdatePartitionInput, BuildError>
Consumes the builder and constructs a BatchUpdatePartitionInput
.
source§impl BatchUpdatePartitionInputBuilder
impl BatchUpdatePartitionInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<BatchUpdatePartitionOutput, SdkError<BatchUpdatePartitionError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<BatchUpdatePartitionOutput, SdkError<BatchUpdatePartitionError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for BatchUpdatePartitionInputBuilder
impl Clone for BatchUpdatePartitionInputBuilder
source§fn clone(&self) -> BatchUpdatePartitionInputBuilder
fn clone(&self) -> BatchUpdatePartitionInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for BatchUpdatePartitionInputBuilder
impl Default for BatchUpdatePartitionInputBuilder
source§fn default() -> BatchUpdatePartitionInputBuilder
fn default() -> BatchUpdatePartitionInputBuilder
source§impl PartialEq for BatchUpdatePartitionInputBuilder
impl PartialEq for BatchUpdatePartitionInputBuilder
source§fn eq(&self, other: &BatchUpdatePartitionInputBuilder) -> bool
fn eq(&self, other: &BatchUpdatePartitionInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.