public static interface ListDeploymentConfigsResponse.Builder extends CodeDeployResponse.Builder, CopyableBuilder<ListDeploymentConfigsResponse.Builder,ListDeploymentConfigsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentConfigsResponse.Builder |
deploymentConfigsList(Collection<String> 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.
|
ListDeploymentConfigsResponse.Builder |
nextToken(String nextToken)
If a large amount of information is returned, an identifier is also returned.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListDeploymentConfigsResponse.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.
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.