Struct aws_sdk_glue::model::audit_context::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for AuditContext.
Implementations§
source§impl Builder
impl Builder
sourcepub fn additional_audit_context(self, input: impl Into<String>) -> Self
pub fn additional_audit_context(self, input: impl Into<String>) -> Self
The context for the audit..
sourcepub fn set_additional_audit_context(self, input: Option<String>) -> Self
pub fn set_additional_audit_context(self, input: Option<String>) -> Self
The context for the audit..
sourcepub fn requested_columns(self, input: impl Into<String>) -> Self
pub fn requested_columns(self, input: impl Into<String>) -> Self
Appends an item to requested_columns.
To override the contents of this collection use set_requested_columns.
The requested columns for audit.
sourcepub fn set_requested_columns(self, input: Option<Vec<String>>) -> Self
pub fn set_requested_columns(self, input: Option<Vec<String>>) -> Self
The requested columns for audit.
sourcepub fn all_columns_requested(self, input: bool) -> Self
pub fn all_columns_requested(self, input: bool) -> Self
All columns request for audit.
sourcepub fn set_all_columns_requested(self, input: Option<bool>) -> Self
pub fn set_all_columns_requested(self, input: Option<bool>) -> Self
All columns request for audit.
sourcepub fn build(self) -> AuditContext
pub fn build(self) -> AuditContext
Consumes the builder and constructs a AuditContext.