| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static Cache |
Cache.bucket(IBucket bucket)
(experimental) Create an S3 caching strategy.
|
static Cache |
Cache.bucket(IBucket bucket,
BucketCacheOptions options)
(experimental) Create an S3 caching strategy.
|
Cache |
PipelineProjectProps.Jsii$Proxy.getCache() |
default Cache |
CommonProjectProps.getCache()
(experimental) Caching strategy to use.
|
Cache |
CommonProjectProps.Jsii$Proxy.getCache() |
Cache |
ProjectProps.Jsii$Proxy.getCache() |
static Cache |
Cache.local(LocalCacheMode... modes)
(experimental) Create a local caching strategy.
|
static Cache |
Cache.none() |
| Modifier and Type | Method and Description |
|---|---|
PipelineProjectProps.Builder |
PipelineProjectProps.Builder.cache(Cache cache)
Sets the value of
CommonProjectProps.getCache() |
PipelineProject.Builder |
PipelineProject.Builder.cache(Cache cache)
(experimental) Caching strategy to use.
|
CommonProjectProps.Builder |
CommonProjectProps.Builder.cache(Cache cache)
Sets the value of
CommonProjectProps.getCache() |
ProjectProps.Builder |
ProjectProps.Builder.cache(Cache cache)
Sets the value of
CommonProjectProps.getCache() |
Project.Builder |
Project.Builder.cache(Cache cache)
(experimental) Caching strategy to use.
|
Copyright © 2022. All rights reserved.