public static interface UpdateDistributionRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<UpdateDistributionRequest.Builder,UpdateDistributionRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDistributionRequest.Builder |
distributionConfig(DistributionConfig distributionConfig)
The distribution's configuration information.
|
UpdateDistributionRequest.Builder |
id(String id)
The distribution's id.
|
UpdateDistributionRequest.Builder |
ifMatch(String ifMatch)
The value of the
ETag header that you received when retrieving the distribution's configuration. |
UpdateDistributionRequest.Builder distributionConfig(DistributionConfig distributionConfig)
The distribution's configuration information.
distributionConfig - The distribution's configuration information.UpdateDistributionRequest.Builder id(String id)
The distribution's id.
id - The distribution's id.UpdateDistributionRequest.Builder ifMatch(String ifMatch)
The value of the ETag header that you received when retrieving the distribution's configuration.
For example: E2QWRUHAPOMQZL.
ifMatch - The value of the ETag header that you received when retrieving the distribution's
configuration. For example: E2QWRUHAPOMQZL.Copyright © 2017. All rights reserved.