pub struct Builder { /* private fields */ }
Expand description
A builder for ListLogPatternsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn resource_group_name(self, input: impl Into<String>) -> Self
pub fn resource_group_name(self, input: impl Into<String>) -> Self
The name of the resource group.
sourcepub fn set_resource_group_name(self, input: Option<String>) -> Self
pub fn set_resource_group_name(self, input: Option<String>) -> Self
The name of the resource group.
sourcepub fn log_patterns(self, input: LogPattern) -> Self
pub fn log_patterns(self, input: LogPattern) -> Self
Appends an item to log_patterns
.
To override the contents of this collection use set_log_patterns
.
The list of log patterns.
sourcepub fn set_log_patterns(self, input: Option<Vec<LogPattern>>) -> Self
pub fn set_log_patterns(self, input: Option<Vec<LogPattern>>) -> Self
The list of log patterns.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token used to retrieve the next page of results. This value is null
when there are no more results to return.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token used to retrieve the next page of results. This value is null
when there are no more results to return.
sourcepub fn build(self) -> ListLogPatternsOutput
pub fn build(self) -> ListLogPatternsOutput
Consumes the builder and constructs a ListLogPatternsOutput
.