public static interface ProjectCache.Builder extends SdkPojo, CopyableBuilder<ProjectCache.Builder,ProjectCache>
| Modifier and Type | Method and Description |
|---|---|
ProjectCache.Builder |
location(String location)
Information about the cache location:
|
ProjectCache.Builder |
type(CacheType type)
The type of cache used by the build project.
|
ProjectCache.Builder |
type(String type)
The type of cache used by the build project.
|
copyapplyMutation, buildProjectCache.Builder type(String type)
The type of cache used by the build project. Valid values include:
NO_CACHE: The build project does not use any cache.
S3: The build project reads and writes from and to S3.
type - The type of cache used by the build project. Valid values include:
NO_CACHE: The build project does not use any cache.
S3: The build project reads and writes from and to S3.
CacheType,
CacheTypeProjectCache.Builder type(CacheType type)
The type of cache used by the build project. Valid values include:
NO_CACHE: The build project does not use any cache.
S3: The build project reads and writes from and to S3.
type - The type of cache used by the build project. Valid values include:
NO_CACHE: The build project does not use any cache.
S3: The build project reads and writes from and to S3.
CacheType,
CacheTypeProjectCache.Builder location(String location)
Information about the cache location:
NO_CACHE: This value is ignored.
S3: This is the S3 bucket name/prefix.
location - Information about the cache location:
NO_CACHE: This value is ignored.
S3: This is the S3 bucket name/prefix.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.