| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static ProjectCache.Builder |
ProjectCache.builder() |
ProjectCache.Builder |
ProjectCache.Builder.location(String location)
Information about the cache location:
|
ProjectCache.Builder |
ProjectCache.Builder.modes(CacheMode... modes)
An array of strings that specify the local cache modes.
|
ProjectCache.Builder |
ProjectCache.Builder.modes(Collection<CacheMode> modes)
An array of strings that specify the local cache modes.
|
ProjectCache.Builder |
ProjectCache.Builder.modesWithStrings(Collection<String> modes)
An array of strings that specify the local cache modes.
|
ProjectCache.Builder |
ProjectCache.Builder.modesWithStrings(String... modes)
An array of strings that specify the local cache modes.
|
ProjectCache.Builder |
ProjectCache.toBuilder() |
ProjectCache.Builder |
ProjectCache.Builder.type(CacheType type)
The type of cache used by the build project.
|
ProjectCache.Builder |
ProjectCache.Builder.type(String type)
The type of cache used by the build project.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProjectCache.Builder> |
ProjectCache.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateProjectRequest.Builder |
CreateProjectRequest.Builder.cache(Consumer<ProjectCache.Builder> cache)
Stores recently used information so that it can be quickly accessed at a later time.
|
default Build.Builder |
Build.Builder.cache(Consumer<ProjectCache.Builder> cache)
Information about the cache for the build.
|
default BuildBatch.Builder |
BuildBatch.Builder.cache(Consumer<ProjectCache.Builder> cache)
Sets the value of the Cache property for this object.
|
default Project.Builder |
Project.Builder.cache(Consumer<ProjectCache.Builder> cache)
Information about the cache for the build project.
|
default UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.cache(Consumer<ProjectCache.Builder> cache)
Stores recently used information so that it can be quickly accessed at a later time.
|
default StartBuildBatchRequest.Builder |
StartBuildBatchRequest.Builder.cacheOverride(Consumer<ProjectCache.Builder> cacheOverride)
A
ProjectCache object that specifies cache overrides. |
default StartBuildRequest.Builder |
StartBuildRequest.Builder.cacheOverride(Consumer<ProjectCache.Builder> cacheOverride)
A ProjectCache object specified for this build that overrides the one defined in the build project.
|
Copyright © 2023. All rights reserved.