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) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListKeyGroupsRequest.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.Builder
ListKeyGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.