public static interface ListDeploymentGroupsResponse.Builder extends CodeDeployResponse.Builder, CopyableBuilder<ListDeploymentGroupsResponse.Builder,ListDeploymentGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentGroupsResponse.Builder |
applicationName(String applicationName)
The application name.
|
ListDeploymentGroupsResponse.Builder |
deploymentGroups(Collection<String> deploymentGroups)
A list of corresponding deployment group names.
|
ListDeploymentGroupsResponse.Builder |
deploymentGroups(String... deploymentGroups)
A list of corresponding deployment group names.
|
ListDeploymentGroupsResponse.Builder |
nextToken(String nextToken)
If a large amount of information is returned, an identifier is also returned.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListDeploymentGroupsResponse.Builder applicationName(String applicationName)
The application name.
applicationName - The application name.ListDeploymentGroupsResponse.Builder deploymentGroups(Collection<String> deploymentGroups)
A list of corresponding deployment group names.
deploymentGroups - A list of corresponding deployment group names.ListDeploymentGroupsResponse.Builder deploymentGroups(String... deploymentGroups)
A list of corresponding deployment group names.
deploymentGroups - A list of corresponding deployment group names.ListDeploymentGroupsResponse.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 groups call to return the next set of deployment groups 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 groups call to return the next set of deployment groups in the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.