CopyableBuilder<DeleteDistributionRequest.Builder,DeleteDistributionRequest>
, SdkBuilder<DeleteDistributionRequest.Builder,DeleteDistributionRequest>
public static interface DeleteDistributionRequest.Builder extends CopyableBuilder<DeleteDistributionRequest.Builder,DeleteDistributionRequest>
Modifier and Type | Method | 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. |
copy
apply, build
DeleteDistributionRequest.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 Amazon Web Services, Inc. All Rights Reserved.