Interface ListStreamingDistributionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFrontRequest.Builder,CopyableBuilder<ListStreamingDistributionsRequest.Builder,,ListStreamingDistributionsRequest> SdkBuilder<ListStreamingDistributionsRequest.Builder,,ListStreamingDistributionsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListStreamingDistributionsRequest
@Mutable
@NotThreadSafe
public static interface ListStreamingDistributionsRequest.Builder
extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<ListStreamingDistributionsRequest.Builder,ListStreamingDistributionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe value that you provided for theMarkerrequest parameter.The value that you provided for theMaxItemsrequest parameter.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
marker
The value that you provided for the
Markerrequest parameter.- Parameters:
marker- The value that you provided for theMarkerrequest parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
The value that you provided for the
MaxItemsrequest parameter.- Parameters:
maxItems- The value that you provided for theMaxItemsrequest parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListStreamingDistributionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListStreamingDistributionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-