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