public static interface ListDeploymentGroupsRequest.Builder extends CodeDeployRequest.Builder, CopyableBuilder<ListDeploymentGroupsRequest.Builder,ListDeploymentGroupsRequest>
Modifier and Type | Method and Description |
---|---|
ListDeploymentGroupsRequest.Builder |
applicationName(String applicationName)
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
|
ListDeploymentGroupsRequest.Builder |
nextToken(String nextToken)
An identifier returned from the previous list deployment groups call.
|
ListDeploymentGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListDeploymentGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListDeploymentGroupsRequest.Builder applicationName(String applicationName)
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
applicationName
- The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS 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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListDeploymentGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.