public static interface ListDistributionsByKeyGroupRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<ListDistributionsByKeyGroupRequest.Builder,ListDistributionsByKeyGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDistributionsByKeyGroupRequest.Builder |
keyGroupId(String keyGroupId)
The ID of the key group whose associated distribution IDs you are listing.
|
ListDistributionsByKeyGroupRequest.Builder |
marker(String marker)
Use this field when paginating results to indicate where to begin in your list of distribution IDs.
|
ListDistributionsByKeyGroupRequest.Builder |
maxItems(String maxItems)
The maximum number of distribution IDs that you want in the response.
|
ListDistributionsByKeyGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDistributionsByKeyGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDistributionsByKeyGroupRequest.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.ListDistributionsByKeyGroupRequest.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.ListDistributionsByKeyGroupRequest.Builder keyGroupId(String keyGroupId)
The ID of the key group whose associated distribution IDs you are listing.
keyGroupId - The ID of the key group whose associated distribution IDs you are listing.ListDistributionsByKeyGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDistributionsByKeyGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.