Interface ListDeploymentGroupsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CodeDeployResponse.Builder,CopyableBuilder<ListDeploymentGroupsResponse.Builder,,ListDeploymentGroupsResponse> SdkBuilder<ListDeploymentGroupsResponse.Builder,,ListDeploymentGroupsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListDeploymentGroupsResponse
public static interface ListDeploymentGroupsResponse.Builder
extends CodeDeployResponse.Builder, SdkPojo, CopyableBuilder<ListDeploymentGroupsResponse.Builder,ListDeploymentGroupsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionapplicationName(String applicationName) The application name.deploymentGroups(String... deploymentGroups) A list of deployment group names.deploymentGroups(Collection<String> deploymentGroups) A list of deployment group names.If a large amount of information is returned, an identifier is also returned.Methods inherited from interface software.amazon.awssdk.services.codedeploy.model.CodeDeployResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
applicationName
The application name.
- Parameters:
 applicationName- The application name.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
deploymentGroups
A list of deployment group names.
- Parameters:
 deploymentGroups- A list of deployment group names.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
deploymentGroups
A list of deployment group names.
- Parameters:
 deploymentGroups- A list of deployment group names.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -