public static interface ListActionExecutionsResponse.Builder extends CodePipelineResponse.Builder, SdkPojo, CopyableBuilder<ListActionExecutionsResponse.Builder,ListActionExecutionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListActionExecutionsResponse.Builder |
actionExecutionDetails(ActionExecutionDetail... actionExecutionDetails)
The details for a list of recent executions, such as action execution ID.
|
ListActionExecutionsResponse.Builder |
actionExecutionDetails(Collection<ActionExecutionDetail> actionExecutionDetails)
The details for a list of recent executions, such as action execution ID.
|
ListActionExecutionsResponse.Builder |
actionExecutionDetails(Consumer<ActionExecutionDetail.Builder>... actionExecutionDetails)
The details for a list of recent executions, such as action execution ID.
|
ListActionExecutionsResponse.Builder |
nextToken(String nextToken)
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. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListActionExecutionsResponse.Builder actionExecutionDetails(Collection<ActionExecutionDetail> actionExecutionDetails)
The details for a list of recent executions, such as action execution ID.
actionExecutionDetails - The details for a list of recent executions, such as action execution ID.ListActionExecutionsResponse.Builder actionExecutionDetails(ActionExecutionDetail... actionExecutionDetails)
The details for a list of recent executions, such as action execution ID.
actionExecutionDetails - The details for a list of recent executions, such as action execution ID.ListActionExecutionsResponse.Builder actionExecutionDetails(Consumer<ActionExecutionDetail.Builder>... actionExecutionDetails)
The details for a list of recent executions, such as action execution ID.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #actionExecutionDetails(List) .actionExecutionDetails - a consumer that will call methods on List.Builder #actionExecutionDetails(List) ListActionExecutionsResponse.Builder nextToken(String nextToken)
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.
nextToken - 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.Copyright © 2021. All rights reserved.