Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeJobFlowsRequest.Builder,DescribeJobFlowsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeJobFlowsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeJobFlowsRequest.Builder,DescribeJobFlowsRequest>
The input for the DescribeJobFlows operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeJobFlowsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeJobFlowsRequest.Builder |
builder() |
|
Date |
createdAfter() |
Return only job flows created after this date and time.
|
Date |
createdBefore() |
Return only job flows created before this date and time.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
jobFlowIds() |
Return only job flows whose job flow ID is contained in this list.
|
List<String> |
jobFlowStates() |
Return only job flows whose state is contained in this list.
|
static Class<? extends DescribeJobFlowsRequest.Builder> |
serializableBuilderClass() |
|
DescribeJobFlowsRequest.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 Date createdAfter()
Return only job flows created after this date and time.
public Date createdBefore()
Return only job flows created before this date and time.
public List<String> jobFlowIds()
Return only job flows whose job flow ID is contained in this list.
public List<String> jobFlowStates()
Return only job flows whose state is contained in this list.
JobFlowExecutionState
public DescribeJobFlowsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeJobFlowsRequest.Builder,DescribeJobFlowsRequest>
public static DescribeJobFlowsRequest.Builder builder()
public static Class<? extends DescribeJobFlowsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.