Struct aws_sdk_glue::input::CreatePartitionIndexInput
source · #[non_exhaustive]pub struct CreatePartitionIndexInput { /* private fields */ }Implementations§
source§impl CreatePartitionIndexInput
impl CreatePartitionIndexInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreatePartitionIndex, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreatePartitionIndex, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreatePartitionIndex>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreatePartitionIndexInput.
source§impl CreatePartitionIndexInput
impl CreatePartitionIndexInput
sourcepub fn catalog_id(&self) -> Option<&str>
pub fn catalog_id(&self) -> Option<&str>
The catalog ID where the table resides.
sourcepub fn database_name(&self) -> Option<&str>
pub fn database_name(&self) -> Option<&str>
Specifies the name of a database in which you want to create a partition index.
sourcepub fn table_name(&self) -> Option<&str>
pub fn table_name(&self) -> Option<&str>
Specifies the name of a table in which you want to create a partition index.
sourcepub fn partition_index(&self) -> Option<&PartitionIndex>
pub fn partition_index(&self) -> Option<&PartitionIndex>
Specifies a PartitionIndex structure to create a partition index in an existing table.
Trait Implementations§
source§impl Clone for CreatePartitionIndexInput
impl Clone for CreatePartitionIndexInput
source§fn clone(&self) -> CreatePartitionIndexInput
fn clone(&self) -> CreatePartitionIndexInput
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 CreatePartitionIndexInput
impl Debug for CreatePartitionIndexInput
source§impl PartialEq<CreatePartitionIndexInput> for CreatePartitionIndexInput
impl PartialEq<CreatePartitionIndexInput> for CreatePartitionIndexInput
source§fn eq(&self, other: &CreatePartitionIndexInput) -> bool
fn eq(&self, other: &CreatePartitionIndexInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.