@Stability(value=Experimental) public static final class BucketCacheOptions.Builder extends Object implements software.amazon.jsii.Builder<BucketCacheOptions>
BucketCacheOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
BucketCacheOptions |
build()
Builds the configured instance.
|
BucketCacheOptions.Builder |
prefix(String prefix)
Sets the value of
BucketCacheOptions.getPrefix() |
@Stability(value=Experimental) public BucketCacheOptions.Builder prefix(String prefix)
BucketCacheOptions.getPrefix()prefix - The prefix to use to store the cache in the bucket.this@Stability(value=Experimental) public BucketCacheOptions build()
build in interface software.amazon.jsii.Builder<BucketCacheOptions>BucketCacheOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.