Struct aws_sdk_glue::model::partition_index::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for PartitionIndex.
Implementations§
source§impl Builder
impl Builder
sourcepub fn keys(self, input: impl Into<String>) -> Self
pub fn keys(self, input: impl Into<String>) -> Self
Appends an item to keys.
To override the contents of this collection use set_keys.
The keys for the partition index.
sourcepub fn index_name(self, input: impl Into<String>) -> Self
pub fn index_name(self, input: impl Into<String>) -> Self
The name of the partition index.
sourcepub fn set_index_name(self, input: Option<String>) -> Self
pub fn set_index_name(self, input: Option<String>) -> Self
The name of the partition index.
sourcepub fn build(self) -> PartitionIndex
pub fn build(self) -> PartitionIndex
Consumes the builder and constructs a PartitionIndex.