public static interface UpdateDistributionWithStagingConfigRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<UpdateDistributionWithStagingConfigRequest.Builder,UpdateDistributionWithStagingConfigRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDistributionWithStagingConfigRequest.Builder |
id(String id)
The identifier of the primary distribution to which you are copying a staging distribution's configuration.
|
UpdateDistributionWithStagingConfigRequest.Builder |
ifMatch(String ifMatch)
The current versions (
ETag values) of both primary and staging distributions. |
UpdateDistributionWithStagingConfigRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDistributionWithStagingConfigRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateDistributionWithStagingConfigRequest.Builder |
stagingDistributionId(String stagingDistributionId)
The identifier of the staging distribution whose configuration you are copying to the primary distribution.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDistributionWithStagingConfigRequest.Builder id(String id)
The identifier of the primary distribution to which you are copying a staging distribution's configuration.
id - The identifier of the primary distribution to which you are copying a staging distribution's
configuration.UpdateDistributionWithStagingConfigRequest.Builder stagingDistributionId(String stagingDistributionId)
The identifier of the staging distribution whose configuration you are copying to the primary distribution.
stagingDistributionId - The identifier of the staging distribution whose configuration you are copying to the primary
distribution.UpdateDistributionWithStagingConfigRequest.Builder ifMatch(String ifMatch)
The current versions (ETag values) of both primary and staging distributions. Provide these in
the following format:
<primary ETag>, <staging ETag>
ifMatch - The current versions (ETag values) of both primary and staging distributions. Provide
these in the following format:
<primary ETag>, <staging ETag>
UpdateDistributionWithStagingConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDistributionWithStagingConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.