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.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.