CopyableBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>
, SdkBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>
public static interface ListDeploymentsRequest.Builder extends CopyableBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListDeploymentsRequest.Builder |
applicationName(String applicationName) |
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
|
ListDeploymentsRequest.Builder |
createTimeRange(TimeRange createTimeRange) |
A time range (start and end) for returning a subset of the list of deployments.
|
ListDeploymentsRequest.Builder |
deploymentGroupName(String deploymentGroupName) |
The name of an existing deployment group for the specified application.
|
ListDeploymentsRequest.Builder |
includeOnlyStatuses(String... includeOnlyStatuses) |
A subset of deployments to list by status:
|
ListDeploymentsRequest.Builder |
includeOnlyStatuses(Collection<String> includeOnlyStatuses) |
A subset of deployments to list by status:
|
ListDeploymentsRequest.Builder |
includeOnlyStatuses(DeploymentStatus... includeOnlyStatuses) |
A subset of deployments to list by status:
|
ListDeploymentsRequest.Builder |
nextToken(String nextToken) |
An identifier returned from the previous list deployments call.
|
copy
apply, build
ListDeploymentsRequest.Builder applicationName(String applicationName)
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
applicationName
- The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.ListDeploymentsRequest.Builder deploymentGroupName(String deploymentGroupName)
The name of an existing deployment group for the specified application.
deploymentGroupName
- The name of an existing deployment group for the specified application.ListDeploymentsRequest.Builder includeOnlyStatuses(Collection<String> includeOnlyStatuses)
A subset of deployments to list by status:
Created: Include created deployments in the resulting list.
Queued: Include queued deployments in the resulting list.
In Progress: Include in-progress deployments in the resulting list.
Succeeded: Include successful deployments in the resulting list.
Failed: Include failed deployments in the resulting list.
Stopped: Include stopped deployments in the resulting list.
includeOnlyStatuses
- A subset of deployments to list by status:
Created: Include created deployments in the resulting list.
Queued: Include queued deployments in the resulting list.
In Progress: Include in-progress deployments in the resulting list.
Succeeded: Include successful deployments in the resulting list.
Failed: Include failed deployments in the resulting list.
Stopped: Include stopped deployments in the resulting list.
DeploymentStatus
ListDeploymentsRequest.Builder includeOnlyStatuses(String... includeOnlyStatuses)
A subset of deployments to list by status:
Created: Include created deployments in the resulting list.
Queued: Include queued deployments in the resulting list.
In Progress: Include in-progress deployments in the resulting list.
Succeeded: Include successful deployments in the resulting list.
Failed: Include failed deployments in the resulting list.
Stopped: Include stopped deployments in the resulting list.
NOTE: This method appends the values to the existing list (if any). Use
#setIncludeOnlyStatuses(java.util.Collection)
or
#withIncludeOnlyStatuses(java.util.Collection)
if you want to override the existing values.
includeOnlyStatuses
- A subset of deployments to list by status:
Created: Include created deployments in the resulting list.
Queued: Include queued deployments in the resulting list.
In Progress: Include in-progress deployments in the resulting list.
Succeeded: Include successful deployments in the resulting list.
Failed: Include failed deployments in the resulting list.
Stopped: Include stopped deployments in the resulting list.
DeploymentStatus
ListDeploymentsRequest.Builder includeOnlyStatuses(DeploymentStatus... includeOnlyStatuses)
A subset of deployments to list by status:
Created: Include created deployments in the resulting list.
Queued: Include queued deployments in the resulting list.
In Progress: Include in-progress deployments in the resulting list.
Succeeded: Include successful deployments in the resulting list.
Failed: Include failed deployments in the resulting list.
Stopped: Include stopped deployments in the resulting list.
NOTE: This method appends the values to the existing list (if any). Use
#setIncludeOnlyStatuses(java.util.Collection)
or
#withIncludeOnlyStatuses(java.util.Collection)
if you want to override the existing values.
includeOnlyStatuses
- A subset of deployments to list by status:
Created: Include created deployments in the resulting list.
Queued: Include queued deployments in the resulting list.
In Progress: Include in-progress deployments in the resulting list.
Succeeded: Include successful deployments in the resulting list.
Failed: Include failed deployments in the resulting list.
Stopped: Include stopped deployments in the resulting list.
DeploymentStatus
ListDeploymentsRequest.Builder createTimeRange(TimeRange createTimeRange)
A time range (start and end) for returning a subset of the list of deployments.
createTimeRange
- A time range (start and end) for returning a subset of the list of deployments.ListDeploymentsRequest.Builder nextToken(String nextToken)
An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.
nextToken
- An identifier returned from the previous list deployments call. It can be used to return the next set
of deployments in the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.