public static interface ListContinuousDeploymentPoliciesRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<ListContinuousDeploymentPoliciesRequest.Builder,ListContinuousDeploymentPoliciesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListContinuousDeploymentPoliciesRequest.Builder |
marker(String marker)
Use this field when paginating results to indicate where to begin in your list of continuous deployment
policies.
|
ListContinuousDeploymentPoliciesRequest.Builder |
maxItems(String maxItems)
The maximum number of continuous deployment policies that you want returned in the response.
|
ListContinuousDeploymentPoliciesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListContinuousDeploymentPoliciesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListContinuousDeploymentPoliciesRequest.Builder marker(String marker)
Use this field when paginating results to indicate where to begin in your list of continuous deployment
policies. The response includes policies in the list that occur after the marker. To get the next page of the
list, set this field's value to the value of NextMarker from the current page's response.
marker - Use this field when paginating results to indicate where to begin in your list of continuous
deployment policies. The response includes policies in the list that occur after the marker. To get
the next page of the list, set this field's value to the value of NextMarker from the
current page's response.ListContinuousDeploymentPoliciesRequest.Builder maxItems(String maxItems)
The maximum number of continuous deployment policies that you want returned in the response.
maxItems - The maximum number of continuous deployment policies that you want returned in the response.ListContinuousDeploymentPoliciesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListContinuousDeploymentPoliciesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.