public static interface ListRealtimeLogConfigsRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<ListRealtimeLogConfigsRequest.Builder,ListRealtimeLogConfigsRequest>
Modifier and Type | Method and Description |
---|---|
ListRealtimeLogConfigsRequest.Builder |
marker(String marker)
Use this field when paginating results to indicate where to begin in your list of real-time log
configurations.
|
ListRealtimeLogConfigsRequest.Builder |
maxItems(String maxItems)
The maximum number of real-time log configurations that you want in the response.
|
ListRealtimeLogConfigsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRealtimeLogConfigsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListRealtimeLogConfigsRequest.Builder maxItems(String maxItems)
The maximum number of real-time log configurations that you want in the response.
maxItems
- The maximum number of real-time log configurations that you want in the response.ListRealtimeLogConfigsRequest.Builder marker(String marker)
Use this field when paginating results to indicate where to begin in your list of real-time log
configurations. The response includes real-time log configurations 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 real-time log
configurations. The response includes real-time log configurations 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.ListRealtimeLogConfigsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListRealtimeLogConfigsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.