public static interface ListDistributionsByOriginRequestPolicyIdRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<ListDistributionsByOriginRequestPolicyIdRequest.Builder,ListDistributionsByOriginRequestPolicyIdRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDistributionsByOriginRequestPolicyIdRequest.Builder |
marker(String marker)
Use this field when paginating results to indicate where to begin in your list of distribution IDs.
|
ListDistributionsByOriginRequestPolicyIdRequest.Builder |
maxItems(String maxItems)
The maximum number of distribution IDs that you want in the response.
|
ListDistributionsByOriginRequestPolicyIdRequest.Builder |
originRequestPolicyId(String originRequestPolicyId)
The ID of the origin request policy whose associated distribution IDs you want to list.
|
ListDistributionsByOriginRequestPolicyIdRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDistributionsByOriginRequestPolicyIdRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDistributionsByOriginRequestPolicyIdRequest.Builder marker(String marker)
Use this field when paginating results to indicate where to begin in your list of distribution IDs. The
response includes distribution IDs 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 distribution IDs.
The response includes distribution IDs 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.ListDistributionsByOriginRequestPolicyIdRequest.Builder maxItems(String maxItems)
The maximum number of distribution IDs that you want in the response.
maxItems - The maximum number of distribution IDs that you want in the response.ListDistributionsByOriginRequestPolicyIdRequest.Builder originRequestPolicyId(String originRequestPolicyId)
The ID of the origin request policy whose associated distribution IDs you want to list.
originRequestPolicyId - The ID of the origin request policy whose associated distribution IDs you want to list.ListDistributionsByOriginRequestPolicyIdRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDistributionsByOriginRequestPolicyIdRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.