@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.294Z") @Stability(value=Stable) public interface BucketCacheOptions extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codebuild.*;
BucketCacheOptions bucketCacheOptions = BucketCacheOptions.builder()
.prefix("prefix")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
BucketCacheOptions.Builder
A builder for
BucketCacheOptions |
static class |
BucketCacheOptions.Jsii$Proxy
An implementation for
BucketCacheOptions |
| Modifier and Type | Method and Description |
|---|---|
static BucketCacheOptions.Builder |
builder() |
default String |
getPrefix()
The prefix to use to store the cache in the bucket.
|
@Stability(value=Stable) @Nullable default String getPrefix()
@Stability(value=Stable) static BucketCacheOptions.Builder builder()
BucketCacheOptions.Builder of BucketCacheOptionsCopyright © 2022. All rights reserved.