public static interface UpdateDistributionBundleRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<UpdateDistributionBundleRequest.Builder,UpdateDistributionBundleRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDistributionBundleRequest.Builder |
bundleId(String bundleId)
The bundle ID of the new bundle to apply to your distribution.
|
UpdateDistributionBundleRequest.Builder |
distributionName(String distributionName)
The name of the distribution for which to update the bundle.
|
UpdateDistributionBundleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDistributionBundleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDistributionBundleRequest.Builder distributionName(String distributionName)
The name of the distribution for which to update the bundle.
Use the GetDistributions action to get a list of distribution names that you can specify.
distributionName - The name of the distribution for which to update the bundle.
Use the GetDistributions action to get a list of distribution names that you can specify.
UpdateDistributionBundleRequest.Builder bundleId(String bundleId)
The bundle ID of the new bundle to apply to your distribution.
Use the GetDistributionBundles action to get a list of distribution bundle IDs that you can
specify.
bundleId - The bundle ID of the new bundle to apply to your distribution.
Use the GetDistributionBundles action to get a list of distribution bundle IDs that you
can specify.
UpdateDistributionBundleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDistributionBundleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.