Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListBuildsRequest.Builder,ListBuildsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListBuildsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListBuildsRequest.Builder,ListBuildsRequest>
Represents the input for a request action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListBuildsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListBuildsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
limit() |
Maximum number of results to return.
|
String |
nextToken() |
Token that indicates the start of the next sequential page of results.
|
static Class<? extends ListBuildsRequest.Builder> |
serializableBuilderClass() |
|
String |
status() |
Build status to filter results by.
|
ListBuildsRequest.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 status()
Build status to filter results by. To retrieve all builds, leave this parameter empty.
Possible build statuses include the following:
INITIALIZED – A new build has been defined, but no files have been uploaded. You cannot create fleets for builds that are in this status. When a build is successfully created, the build status is set to this value.
READY – The game build has been successfully uploaded. You can now create new fleets for this build.
FAILED – The game build upload failed. You cannot create new fleets for this build.
Possible build statuses include the following:
INITIALIZED – A new build has been defined, but no files have been uploaded. You cannot create fleets for builds that are in this status. When a build is successfully created, the build status is set to this value.
READY – The game build has been successfully uploaded. You can now create new fleets for this build.
FAILED – The game build upload failed. You cannot create new fleets for this build.
BuildStatus
public Integer limit()
Maximum number of results to return. Use this parameter with NextToken
to get results as a set of
sequential pages.
NextToken
to get results as a
set of sequential pages.public String nextToken()
Token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.
public ListBuildsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListBuildsRequest.Builder,ListBuildsRequest>
public static ListBuildsRequest.Builder builder()
public static Class<? extends ListBuildsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.