CopyableBuilder<ListDeploymentInstancesRequest.Builder,ListDeploymentInstancesRequest>, SdkBuilder<ListDeploymentInstancesRequest.Builder,ListDeploymentInstancesRequest>public static interface ListDeploymentInstancesRequest.Builder extends CopyableBuilder<ListDeploymentInstancesRequest.Builder,ListDeploymentInstancesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
ListDeploymentInstancesRequest.Builder |
deploymentId(String deploymentId) |
The unique ID of a deployment.
|
ListDeploymentInstancesRequest.Builder |
instanceStatusFilter(String... instanceStatusFilter) |
A subset of instances to list by status:
|
ListDeploymentInstancesRequest.Builder |
instanceStatusFilter(Collection<String> instanceStatusFilter) |
A subset of instances to list by status:
|
ListDeploymentInstancesRequest.Builder |
instanceStatusFilter(InstanceStatus... instanceStatusFilter) |
A subset of instances to list by status:
|
ListDeploymentInstancesRequest.Builder |
instanceTypeFilter(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.
|
ListDeploymentInstancesRequest.Builder |
instanceTypeFilter(Collection<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.
|
ListDeploymentInstancesRequest.Builder |
instanceTypeFilter(InstanceType... 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.
|
ListDeploymentInstancesRequest.Builder |
nextToken(String nextToken) |
An identifier returned from the previous list deployment instances call.
|
copyapply, buildListDeploymentInstancesRequest.Builder deploymentId(String deploymentId)
The unique ID of a deployment.
deploymentId - The unique ID of a deployment.ListDeploymentInstancesRequest.Builder nextToken(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.
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.ListDeploymentInstancesRequest.Builder instanceStatusFilter(Collection<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.
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.
InstanceStatusListDeploymentInstancesRequest.Builder instanceStatusFilter(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.
NOTE: This method appends the values to the existing list (if any). Use
#setInstanceStatusFilter(java.util.Collection) or
#withInstanceStatusFilter(java.util.Collection) if you want to override the existing values.
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.
InstanceStatusListDeploymentInstancesRequest.Builder instanceStatusFilter(InstanceStatus... 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.
NOTE: This method appends the values to the existing list (if any). Use
#setInstanceStatusFilter(java.util.Collection) or
#withInstanceStatusFilter(java.util.Collection) if you want to override the existing values.
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.
InstanceStatusListDeploymentInstancesRequest.Builder instanceTypeFilter(Collection<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.
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.InstanceTypeListDeploymentInstancesRequest.Builder instanceTypeFilter(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.
NOTE: This method appends the values to the existing list (if any). Use
#setInstanceTypeFilter(java.util.Collection) or #withInstanceTypeFilter(java.util.Collection)
if you want to override the existing values.
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.InstanceTypeListDeploymentInstancesRequest.Builder instanceTypeFilter(InstanceType... 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.
NOTE: This method appends the values to the existing list (if any). Use
#setInstanceTypeFilter(java.util.Collection) or #withInstanceTypeFilter(java.util.Collection)
if you want to override the existing values.
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.InstanceTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.