public static interface ListDeploymentConfigsRequest.Builder extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<ListDeploymentConfigsRequest.Builder,ListDeploymentConfigsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentConfigsRequest.Builder |
nextToken(String nextToken)
An identifier returned from the previous
ListDeploymentConfigs call. |
ListDeploymentConfigsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDeploymentConfigsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDeploymentConfigsRequest.Builder nextToken(String nextToken)
An identifier returned from the previous ListDeploymentConfigs call. It can be used to return
the next set of deployment configurations in the list.
nextToken - An identifier returned from the previous ListDeploymentConfigs call. It can be used to
return the next set of deployment configurations in the list.ListDeploymentConfigsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDeploymentConfigsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.