Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListDeploymentInstancesRequest.Builder,ListDeploymentInstancesRequest>
@Generated("software.amazon.awssdk:codegen") public class ListDeploymentInstancesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListDeploymentInstancesRequest.Builder,ListDeploymentInstancesRequest>
Represents the input of a ListDeploymentInstances operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListDeploymentInstancesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListDeploymentInstancesRequest.Builder |
builder() |
|
String |
deploymentId() |
The unique ID of a deployment.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
instanceStatusFilter() |
A subset of instances to list by status:
|
List<String> |
instanceTypeFilter() |
The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or those in
the replacement environment ("GREEN"), for which you want to view instance information.
|
String |
nextToken() |
An identifier returned from the previous list deployment instances call.
|
static Class<? extends ListDeploymentInstancesRequest.Builder> |
serializableBuilderClass() |
|
ListDeploymentInstancesRequest.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 deploymentId()
The unique ID of a deployment.
public String nextToken()
An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.
public List<String> instanceStatusFilter()
A subset of instances to list by status:
Pending: Include those instance with pending deployments.
InProgress: Include those instance where deployments are still in progress.
Succeeded: Include those instances with successful deployments.
Failed: Include those instance with failed deployments.
Skipped: Include those instance with skipped deployments.
Unknown: Include those instance with deployments in an unknown state.
Pending: Include those instance with pending deployments.
InProgress: Include those instance where deployments are still in progress.
Succeeded: Include those instances with successful deployments.
Failed: Include those instance with failed deployments.
Skipped: Include those instance with skipped deployments.
Unknown: Include those instance with deployments in an unknown state.
InstanceStatus
public List<String> instanceTypeFilter()
The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or those in the replacement environment ("GREEN"), for which you want to view instance information.
InstanceType
public ListDeploymentInstancesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListDeploymentInstancesRequest.Builder,ListDeploymentInstancesRequest>
public static ListDeploymentInstancesRequest.Builder builder()
public static Class<? extends ListDeploymentInstancesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.