pub struct Builder { /* private fields */ }
Expand description
A builder for FieldLevelEncryptionSummary
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The unique ID of a field-level encryption item.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The unique ID of a field-level encryption item.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
The last time that the summary of field-level encryption items was modified.
sourcepub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
The last time that the summary of field-level encryption items was modified.
sourcepub fn comment(self, input: impl Into<String>) -> Self
pub fn comment(self, input: impl Into<String>) -> Self
An optional comment about the field-level encryption item. The comment cannot be longer than 128 characters.
sourcepub fn set_comment(self, input: Option<String>) -> Self
pub fn set_comment(self, input: Option<String>) -> Self
An optional comment about the field-level encryption item. The comment cannot be longer than 128 characters.
sourcepub fn query_arg_profile_config(self, input: QueryArgProfileConfig) -> Self
pub fn query_arg_profile_config(self, input: QueryArgProfileConfig) -> Self
A summary of a query argument-profile mapping.
sourcepub fn set_query_arg_profile_config(
self,
input: Option<QueryArgProfileConfig>
) -> Self
pub fn set_query_arg_profile_config(
self,
input: Option<QueryArgProfileConfig>
) -> Self
A summary of a query argument-profile mapping.
sourcepub fn content_type_profile_config(self, input: ContentTypeProfileConfig) -> Self
pub fn content_type_profile_config(self, input: ContentTypeProfileConfig) -> Self
A summary of a content type-profile mapping.
sourcepub fn set_content_type_profile_config(
self,
input: Option<ContentTypeProfileConfig>
) -> Self
pub fn set_content_type_profile_config(
self,
input: Option<ContentTypeProfileConfig>
) -> Self
A summary of a content type-profile mapping.
sourcepub fn build(self) -> FieldLevelEncryptionSummary
pub fn build(self) -> FieldLevelEncryptionSummary
Consumes the builder and constructs a FieldLevelEncryptionSummary
.