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 method that creates an instance of theActionExecutionDetail.Builder avoiding the need to
create one manually via
ActionExecutionDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #actionExecutionDetails(List.
actionExecutionDetails - a consumer that will call methods on
ActionExecutionDetail.Builder#actionExecutionDetails(java.util.Collection) 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 © 2023. All rights reserved.