Struct aws_sdk_glue::model::order::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for Order.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_column(self, input: Option<String>) -> Self
pub fn set_column(self, input: Option<String>) -> Self
The name of the column.
sourcepub fn sort_order(self, input: i32) -> Self
pub fn sort_order(self, input: i32) -> Self
Indicates that the column is sorted in ascending order (== 1), or in descending order (==0).
sourcepub fn set_sort_order(self, input: Option<i32>) -> Self
pub fn set_sort_order(self, input: Option<i32>) -> Self
Indicates that the column is sorted in ascending order (== 1), or in descending order (==0).