@Generated(value="software.amazon.awssdk:codegen") public class ListDeploymentInstancesRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListDeploymentInstancesRequest.Builder,ListDeploymentInstancesRequest>
Represents the input of a ListDeploymentInstances operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDeploymentInstancesRequest.Builder |
NOOP| Modifier and Type | Method and 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() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic 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.
InstanceStatuspublic 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.
InstanceTypepublic ListDeploymentInstancesRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListDeploymentInstancesRequest.Builder,ListDeploymentInstancesRequest>public static ListDeploymentInstancesRequest.Builder builder()
public static Class<? extends ListDeploymentInstancesRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.