public static interface DeleteStreamingDistributionRequest.Builder extends CloudFrontRequest.Builder, CopyableBuilder<DeleteStreamingDistributionRequest.Builder,DeleteStreamingDistributionRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteStreamingDistributionRequest.Builder |
id(String id)
The distribution ID.
|
DeleteStreamingDistributionRequest.Builder |
ifMatch(String ifMatch)
The value of the
ETag header that you received when you disabled the streaming distribution. |
DeleteStreamingDistributionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildDeleteStreamingDistributionRequest.Builder id(String id)
The distribution ID.
id - The distribution ID.DeleteStreamingDistributionRequest.Builder ifMatch(String ifMatch)
The value of the ETag header that you received when you disabled the streaming distribution. For
example: E2QWRUHAPOMQZL.
ifMatch - The value of the ETag header that you received when you disabled the streaming
distribution. For example: E2QWRUHAPOMQZL.DeleteStreamingDistributionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.