public static interface ListStreamingDistributionsRequest.Builder extends CloudFrontRequest.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<ListStreamingDistributionsRequest.Builder,ListStreamingDistributionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListStreamingDistributionsRequest.Builder |
marker(String marker)
The value that you provided for the
Marker request parameter. |
ListStreamingDistributionsRequest.Builder |
maxItems(String maxItems)
The value that you provided for the
MaxItems request parameter. |
ListStreamingDistributionsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
buildrequestOverrideConfig, requestOverrideConfigListStreamingDistributionsRequest.Builder marker(String marker)
The value that you provided for the Marker request parameter.
marker - The value that you provided for the Marker request parameter.ListStreamingDistributionsRequest.Builder maxItems(String maxItems)
The value that you provided for the MaxItems request parameter.
maxItems - The value that you provided for the MaxItems request parameter.ListStreamingDistributionsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.