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