Interface UpdateBucketBundleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateBucketBundleRequest.Builder,UpdateBucketBundleRequest>,LightsailRequest.Builder,SdkBuilder<UpdateBucketBundleRequest.Builder,UpdateBucketBundleRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateBucketBundleRequest
public static interface UpdateBucketBundleRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<UpdateBucketBundleRequest.Builder,UpdateBucketBundleRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateBucketBundleRequest.BuilderbucketName(String bucketName)The name of the bucket for which to update the bundle.UpdateBucketBundleRequest.BuilderbundleId(String bundleId)The ID of the new bundle to apply to the bucket.UpdateBucketBundleRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateBucketBundleRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lightsail.model.LightsailRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
bucketName
UpdateBucketBundleRequest.Builder bucketName(String bucketName)
The name of the bucket for which to update the bundle.
- Parameters:
bucketName- The name of the bucket for which to update the bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bundleId
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateBucketBundleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateBucketBundleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-