pub struct Builder { /* private fields */ }
Expand description
A builder for ListActionExecutionsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn action_execution_details(self, input: ActionExecutionDetail) -> Self
pub fn action_execution_details(self, input: ActionExecutionDetail) -> Self
Appends an item to action_execution_details
.
To override the contents of this collection use set_action_execution_details
.
The details for a list of recent executions, such as action execution ID.
sourcepub fn set_action_execution_details(
self,
input: Option<Vec<ActionExecutionDetail>>
) -> Self
pub fn set_action_execution_details(
self,
input: Option<Vec<ActionExecutionDetail>>
) -> Self
The details for a list of recent executions, such as action execution ID.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent ListActionExecutions
call to return the next set of action executions in the list.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent ListActionExecutions
call to return the next set of action executions in the list.
sourcepub fn build(self) -> ListActionExecutionsOutput
pub fn build(self) -> ListActionExecutionsOutput
Consumes the builder and constructs a ListActionExecutionsOutput
.