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) |
ListStreamingDistributionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListStreamingDistributionsRequest.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)
overrideConfiguration
in interface AwsRequest.Builder
ListStreamingDistributionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.