public static interface UpdateDistributionWithStagingConfigResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<UpdateDistributionWithStagingConfigResponse.Builder,UpdateDistributionWithStagingConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateDistributionWithStagingConfigResponse.Builder |
distribution(Consumer<Distribution.Builder> distribution)
Sets the value of the Distribution property for this object.
|
UpdateDistributionWithStagingConfigResponse.Builder |
distribution(Distribution distribution)
Sets the value of the Distribution property for this object.
|
UpdateDistributionWithStagingConfigResponse.Builder |
eTag(String eTag)
The current version of the primary distribution (after it's updated).
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDistributionWithStagingConfigResponse.Builder distribution(Distribution distribution)
distribution - The new value for the Distribution property for this object.default UpdateDistributionWithStagingConfigResponse.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)UpdateDistributionWithStagingConfigResponse.Builder eTag(String eTag)
The current version of the primary distribution (after it's updated).
eTag - The current version of the primary distribution (after it's updated).Copyright © 2023. All rights reserved.