Interface ListDeploymentGroupsRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CodeDeployRequest.Builder,CopyableBuilder<ListDeploymentGroupsRequest.Builder,,ListDeploymentGroupsRequest> SdkBuilder<ListDeploymentGroupsRequest.Builder,,ListDeploymentGroupsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 ListDeploymentGroupsRequest
public static interface ListDeploymentGroupsRequest.Builder
extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<ListDeploymentGroupsRequest.Builder,ListDeploymentGroupsRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionapplicationName(String applicationName) The name of an CodeDeploy application associated with the user or Amazon Web Services account.An identifier returned from the previous list deployment groups call.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.codedeploy.model.CodeDeployRequest.Builder
buildMethods 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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
applicationName
The name of an CodeDeploy application associated with the user or Amazon Web Services account.
- Parameters:
 applicationName- The name of an CodeDeploy application associated with the user or Amazon Web Services account.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
nextToken
An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.
- Parameters:
 nextToken- An identifier returned from the previous list deployment groups call. It can be used 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.
 
 - 
overrideConfiguration
ListDeploymentGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
ListDeploymentGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -