public static interface GetDistributionConfigResponse.Builder extends CloudFrontResponse.Builder, CopyableBuilder<GetDistributionConfigResponse.Builder,GetDistributionConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetDistributionConfigResponse.Builder |
distributionConfig(Consumer<DistributionConfig.Builder> distributionConfig)
The distribution's configuration information.
|
GetDistributionConfigResponse.Builder |
distributionConfig(DistributionConfig distributionConfig)
The distribution's configuration information.
|
GetDistributionConfigResponse.Builder |
eTag(String eTag)
The current version of the configuration.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetDistributionConfigResponse.Builder distributionConfig(DistributionConfig distributionConfig)
The distribution's configuration information.
distributionConfig - The distribution's configuration information.default GetDistributionConfigResponse.Builder distributionConfig(Consumer<DistributionConfig.Builder> distributionConfig)
The distribution's configuration information.
This is a convenience that creates an instance of theDistributionConfig.Builder avoiding the need to
create one manually via DistributionConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to distributionConfig(DistributionConfig).distributionConfig - a consumer that will call methods on DistributionConfig.BuilderdistributionConfig(DistributionConfig)GetDistributionConfigResponse.Builder eTag(String eTag)
The current version of the configuration. For example: E2QWRUHAPOMQZL.
eTag - The current version of the configuration. For example: E2QWRUHAPOMQZL.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.