Struct aws_sdk_lambda::model::filter::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Filter
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn pattern(self, input: impl Into<String>) -> Self
pub fn pattern(self, input: impl Into<String>) -> Self
A filter pattern. For more information on the syntax of a filter pattern, see Filter rule syntax.
sourcepub fn set_pattern(self, input: Option<String>) -> Self
pub fn set_pattern(self, input: Option<String>) -> Self
A filter pattern. For more information on the syntax of a filter pattern, see Filter rule syntax.