pub struct Builder { /* private fields */ }
Expand description
A builder for GetBehaviorModelTrainingSummariesOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn summaries(self, input: BehaviorModelTrainingSummary) -> Self
pub fn summaries(self, input: BehaviorModelTrainingSummary) -> Self
Appends an item to summaries
.
To override the contents of this collection use set_summaries
.
A list of all ML Detect behaviors and their model status for a given Security Profile.
sourcepub fn set_summaries(
self,
input: Option<Vec<BehaviorModelTrainingSummary>>
) -> Self
pub fn set_summaries(
self,
input: Option<Vec<BehaviorModelTrainingSummary>>
) -> Self
A list of all ML Detect behaviors and their model status for a given Security Profile.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A token that can be used to retrieve the next set of results, or null
if there are no additional results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A token that can be used to retrieve the next set of results, or null
if there are no additional results.
sourcepub fn build(self) -> GetBehaviorModelTrainingSummariesOutput
pub fn build(self) -> GetBehaviorModelTrainingSummariesOutput
Consumes the builder and constructs a GetBehaviorModelTrainingSummariesOutput
.