public static interface ListDeploymentInstancesRequest.Builder extends CodeDeployRequest.Builder, CopyableBuilder<ListDeploymentInstancesRequest.Builder,ListDeploymentInstancesRequest>
Modifier and Type | Method and Description |
---|---|
ListDeploymentInstancesRequest.Builder |
deploymentId(String deploymentId)
The unique ID of a deployment.
|
ListDeploymentInstancesRequest.Builder |
instanceStatusFilter(Collection<InstanceStatus> instanceStatusFilter)
A subset of instances to list by status:
|
ListDeploymentInstancesRequest.Builder |
instanceStatusFilter(InstanceStatus... instanceStatusFilter)
A subset of instances to list by status:
|
ListDeploymentInstancesRequest.Builder |
instanceStatusFilterWithStrings(Collection<String> instanceStatusFilter)
A subset of instances to list by status:
|
ListDeploymentInstancesRequest.Builder |
instanceStatusFilterWithStrings(String... instanceStatusFilter)
A subset of instances to list by status:
|
ListDeploymentInstancesRequest.Builder |
instanceTypeFilter(Collection<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 |
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 |
instanceTypeFilterWithStrings(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 |
instanceTypeFilterWithStrings(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 |
nextToken(String nextToken)
An identifier returned from the previous list deployment instances call.
|
ListDeploymentInstancesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListDeploymentInstancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, 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 instanceStatusFilterWithStrings(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.
ListDeploymentInstancesRequest.Builder instanceStatusFilterWithStrings(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.
ListDeploymentInstancesRequest.Builder instanceStatusFilter(Collection<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.
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.
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.
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.
ListDeploymentInstancesRequest.Builder instanceTypeFilterWithStrings(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.ListDeploymentInstancesRequest.Builder instanceTypeFilterWithStrings(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.ListDeploymentInstancesRequest.Builder instanceTypeFilter(Collection<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.
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.
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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListDeploymentInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.