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