public static interface ListOriginAccessControlsRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<ListOriginAccessControlsRequest.Builder,ListOriginAccessControlsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListOriginAccessControlsRequest.Builder |
marker(String marker)
Use this field when paginating results to indicate where to begin in your list of origin access controls.
|
ListOriginAccessControlsRequest.Builder |
maxItems(String maxItems)
The maximum number of origin access controls that you want in the response.
|
ListOriginAccessControlsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListOriginAccessControlsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOriginAccessControlsRequest.Builder marker(String marker)
Use this field when paginating results to indicate where to begin in your list of origin access controls. The
response includes the items 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 origin access
controls. The response includes the items 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.ListOriginAccessControlsRequest.Builder maxItems(String maxItems)
The maximum number of origin access controls that you want in the response.
maxItems - The maximum number of origin access controls that you want in the response.ListOriginAccessControlsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListOriginAccessControlsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.