public static interface UpdateBucketBundleRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<UpdateBucketBundleRequest.Builder,UpdateBucketBundleRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateBucketBundleRequest.Builder |
bucketName(String bucketName)
The name of the bucket for which to update the bundle.
|
UpdateBucketBundleRequest.Builder |
bundleId(String bundleId)
The ID of the new bundle to apply to the bucket.
|
UpdateBucketBundleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateBucketBundleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateBucketBundleRequest.Builder bucketName(String bucketName)
The name of the bucket for which to update the bundle.
bucketName - The name of the bucket for which to update the bundle.UpdateBucketBundleRequest.Builder bundleId(String bundleId)
The ID of the new bundle to apply to the bucket.
Use the GetBucketBundles action to get a list of bundle IDs that you can specify.
bundleId - The ID of the new bundle to apply to the bucket.
Use the GetBucketBundles action to get a list of bundle IDs that you can specify.
UpdateBucketBundleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateBucketBundleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.