CopyableBuilder<ListDeploymentConfigsResponse.Builder,ListDeploymentConfigsResponse>
, SdkBuilder<ListDeploymentConfigsResponse.Builder,ListDeploymentConfigsResponse>
public static interface ListDeploymentConfigsResponse.Builder extends CopyableBuilder<ListDeploymentConfigsResponse.Builder,ListDeploymentConfigsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListDeploymentConfigsResponse.Builder |
deploymentConfigsList(String... deploymentConfigsList) |
A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.
|
ListDeploymentConfigsResponse.Builder |
deploymentConfigsList(Collection<String> deploymentConfigsList) |
A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.
|
ListDeploymentConfigsResponse.Builder |
nextToken(String nextToken) |
If a large amount of information is returned, an identifier is also returned.
|
copy
apply, build
ListDeploymentConfigsResponse.Builder deploymentConfigsList(Collection<String> deploymentConfigsList)
A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.
deploymentConfigsList
- A list of deployment configurations, including built-in configurations such as
CodeDeployDefault.OneAtATime.ListDeploymentConfigsResponse.Builder deploymentConfigsList(String... deploymentConfigsList)
A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.
NOTE: This method appends the values to the existing list (if any). Use
#setDeploymentConfigsList(java.util.Collection)
or
#withDeploymentConfigsList(java.util.Collection)
if you want to override the existing values.
deploymentConfigsList
- A list of deployment configurations, including built-in configurations such as
CodeDeployDefault.OneAtATime.ListDeploymentConfigsResponse.Builder nextToken(String nextToken)
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.
nextToken
- If a large amount of information is returned, an identifier is also returned. It can be used in a
subsequent list deployment configurations call to return the next set of deployment configurations in
the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.