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