Struct aws_sdk_glue::input::BatchCreatePartitionInput
source · #[non_exhaustive]pub struct BatchCreatePartitionInput { /* private fields */ }Implementations§
source§impl BatchCreatePartitionInput
impl BatchCreatePartitionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchCreatePartition, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchCreatePartition, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchCreatePartition>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchCreatePartitionInput.
source§impl BatchCreatePartitionInput
impl BatchCreatePartitionInput
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 created. 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 created.
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 created.
sourcepub fn partition_input_list(&self) -> Option<&[PartitionInput]>
pub fn partition_input_list(&self) -> Option<&[PartitionInput]>
A list of PartitionInput structures that define the partitions to be created.
Trait Implementations§
source§impl Clone for BatchCreatePartitionInput
impl Clone for BatchCreatePartitionInput
source§fn clone(&self) -> BatchCreatePartitionInput
fn clone(&self) -> BatchCreatePartitionInput
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 BatchCreatePartitionInput
impl Debug for BatchCreatePartitionInput
source§impl PartialEq<BatchCreatePartitionInput> for BatchCreatePartitionInput
impl PartialEq<BatchCreatePartitionInput> for BatchCreatePartitionInput
source§fn eq(&self, other: &BatchCreatePartitionInput) -> bool
fn eq(&self, other: &BatchCreatePartitionInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.