public static interface DeleteStreamingDistributionRequest.Builder extends 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 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.Copyright © 2017. All rights reserved.