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.
|
copy
apply, build
ListDeploymentInstancesRequest.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.
InstanceStatus
ListDeploymentInstancesRequest.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.
InstanceStatus
ListDeploymentInstancesRequest.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.
InstanceStatus
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.
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
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.
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.InstanceType
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.
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.InstanceType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.