public static interface ListStreamingDistributionsRequest.Builder extends CloudFrontRequest.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)
Add an optional request override configuration.
|
ListStreamingDistributionsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListStreamingDistributionsRequest.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)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListStreamingDistributionsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.