public static interface ListDeploymentGroupsRequest.Builder extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<ListDeploymentGroupsRequest.Builder,ListDeploymentGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentGroupsRequest.Builder |
applicationName(String applicationName)
The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
|
ListDeploymentGroupsRequest.Builder |
nextToken(String nextToken)
An identifier returned from the previous list deployment groups call.
|
ListDeploymentGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDeploymentGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDeploymentGroupsRequest.Builder applicationName(String applicationName)
The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
applicationName - The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.ListDeploymentGroupsRequest.Builder nextToken(String 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.
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.ListDeploymentGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDeploymentGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.