@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-09T19:16:39.567Z")
public interface BucketCacheOptions
// 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 java.lang.String |
getPrefix()
The prefix to use to store the cache in the bucket.
|
default java.lang.String getPrefix()
static BucketCacheOptions.Builder builder()
BucketCacheOptions.Builder
of BucketCacheOptions