public static interface DeleteDistributionRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DeleteDistributionRequest.Builder,DeleteDistributionRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteDistributionRequest.Builder |
id(String id)
The distribution ID.
|
DeleteDistributionRequest.Builder |
ifMatch(String ifMatch)
The value of the
ETag header that you received when you disabled the distribution. |
copyapply, buildDeleteDistributionRequest.Builder id(String id)
The distribution ID.
id - The distribution ID.DeleteDistributionRequest.Builder ifMatch(String ifMatch)
The value of the ETag header that you received when you disabled the distribution. For example:
E2QWRUHAPOMQZL.
ifMatch - The value of the ETag header that you received when you disabled the distribution. For
example: E2QWRUHAPOMQZL.Copyright © 2017. All rights reserved.