Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListPipelineExecutionsRequest.Builder,ListPipelineExecutionsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListPipelineExecutionsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListPipelineExecutionsRequest.Builder,ListPipelineExecutionsRequest>
Represents the input of a list pipeline executions action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListPipelineExecutionsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListPipelineExecutionsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
The maximum number of results to return in a single call.
|
String |
nextToken() |
The token that was returned from the previous list pipeline executions call, which can be used to return the next
set of pipeline executions in the list.
|
String |
pipelineName() |
The name of the pipeline for which you want to get execution summary information.
|
static Class<? extends ListPipelineExecutionsRequest.Builder> |
serializableBuilderClass() |
|
ListPipelineExecutionsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String pipelineName()
The name of the pipeline for which you want to get execution summary information.
public Integer maxResults()
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. The available pipeline execution history is limited to the most recent 12 months, based on pipeline execution start times. Default value is 100.
public String nextToken()
The token that was returned from the previous list pipeline executions call, which can be used to return the next set of pipeline executions in the list.
public ListPipelineExecutionsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListPipelineExecutionsRequest.Builder,ListPipelineExecutionsRequest>
public static ListPipelineExecutionsRequest.Builder builder()
public static Class<? extends ListPipelineExecutionsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.