public static interface DeleteStreamingDistributionRequest.Builder extends CloudFrontRequest.Builder, software.amazon.awssdk.utils.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) |
buildrequestOverrideConfig, requestOverrideConfigDeleteStreamingDistributionRequest.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)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.