public static interface CopyDistributionResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<CopyDistributionResponse.Builder,CopyDistributionResponse>
| Modifier and Type | Method and Description |
|---|---|
default CopyDistributionResponse.Builder |
distribution(Consumer<Distribution.Builder> distribution)
Sets the value of the Distribution property for this object.
|
CopyDistributionResponse.Builder |
distribution(Distribution distribution)
Sets the value of the Distribution property for this object.
|
CopyDistributionResponse.Builder |
eTag(String eTag)
The version identifier for the current version of the staging distribution.
|
CopyDistributionResponse.Builder |
location(String location)
The URL of the staging distribution.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCopyDistributionResponse.Builder distribution(Distribution distribution)
distribution - The new value for the Distribution property for this object.default CopyDistributionResponse.Builder distribution(Consumer<Distribution.Builder> distribution)
Distribution.Builder avoiding the need
to create one manually via Distribution.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to distribution(Distribution).
distribution - a consumer that will call methods on Distribution.Builderdistribution(Distribution)CopyDistributionResponse.Builder location(String location)
The URL of the staging distribution.
location - The URL of the staging distribution.CopyDistributionResponse.Builder eTag(String eTag)
The version identifier for the current version of the staging distribution.
eTag - The version identifier for the current version of the staging distribution.Copyright © 2023. All rights reserved.