Struct aws_sdk_glue::input::BatchUpdatePartitionInput
source · #[non_exhaustive]pub struct BatchUpdatePartitionInput { /* private fields */ }Implementations§
source§impl BatchUpdatePartitionInput
impl BatchUpdatePartitionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchUpdatePartition, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchUpdatePartition, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchUpdatePartition>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchUpdatePartitionInput.
source§impl BatchUpdatePartitionInput
impl BatchUpdatePartitionInput
sourcepub fn catalog_id(&self) -> Option<&str>
pub fn catalog_id(&self) -> Option<&str>
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) -> Option<&str>
pub fn database_name(&self) -> Option<&str>
The name of the metadata database in which the partition is to be updated.
sourcepub fn table_name(&self) -> Option<&str>
pub fn table_name(&self) -> Option<&str>
The name of the metadata table in which the partition is to be updated.
sourcepub fn entries(&self) -> Option<&[BatchUpdatePartitionRequestEntry]>
pub fn entries(&self) -> Option<&[BatchUpdatePartitionRequestEntry]>
A list of up to 100 BatchUpdatePartitionRequestEntry objects to update.
Trait Implementations§
source§impl Clone for BatchUpdatePartitionInput
impl Clone for BatchUpdatePartitionInput
source§fn clone(&self) -> BatchUpdatePartitionInput
fn clone(&self) -> BatchUpdatePartitionInput
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 BatchUpdatePartitionInput
impl Debug for BatchUpdatePartitionInput
source§impl PartialEq<BatchUpdatePartitionInput> for BatchUpdatePartitionInput
impl PartialEq<BatchUpdatePartitionInput> for BatchUpdatePartitionInput
source§fn eq(&self, other: &BatchUpdatePartitionInput) -> bool
fn eq(&self, other: &BatchUpdatePartitionInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.