Uses of Interface
software.amazon.awssdk.services.codebuild.model.ProjectCache.Builder
-
Packages that use ProjectCache.Builder Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ProjectCache.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ProjectCache.Builder Modifier and Type Method Description static ProjectCache.BuilderProjectCache. builder()ProjectCache.BuilderProjectCache.Builder. location(String location)Information about the cache location:ProjectCache.BuilderProjectCache.Builder. modes(Collection<CacheMode> modes)An array of strings that specify the local cache modes.ProjectCache.BuilderProjectCache.Builder. modes(CacheMode... modes)An array of strings that specify the local cache modes.ProjectCache.BuilderProjectCache.Builder. modesWithStrings(String... modes)An array of strings that specify the local cache modes.ProjectCache.BuilderProjectCache.Builder. modesWithStrings(Collection<String> modes)An array of strings that specify the local cache modes.ProjectCache.BuilderProjectCache. toBuilder()ProjectCache.BuilderProjectCache.Builder. type(String type)The type of cache used by the build project.ProjectCache.BuilderProjectCache.Builder. type(CacheType type)The type of cache used by the build project.Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type ProjectCache.Builder Modifier and Type Method Description static Class<? extends ProjectCache.Builder>ProjectCache. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type ProjectCache.Builder Modifier and Type Method Description default Build.BuilderBuild.Builder. cache(Consumer<ProjectCache.Builder> cache)Information about the cache for the build.default BuildBatch.BuilderBuildBatch.Builder. cache(Consumer<ProjectCache.Builder> cache)Sets the value of the Cache property for this object.default CreateProjectRequest.BuilderCreateProjectRequest.Builder. cache(Consumer<ProjectCache.Builder> cache)Stores recently used information so that it can be quickly accessed at a later time.default Project.BuilderProject.Builder. cache(Consumer<ProjectCache.Builder> cache)Information about the cache for the build project.default UpdateProjectRequest.BuilderUpdateProjectRequest.Builder. cache(Consumer<ProjectCache.Builder> cache)Stores recently used information so that it can be quickly accessed at a later time.default StartBuildBatchRequest.BuilderStartBuildBatchRequest.Builder. cacheOverride(Consumer<ProjectCache.Builder> cacheOverride)AProjectCacheobject that specifies cache overrides.default StartBuildRequest.BuilderStartBuildRequest.Builder. cacheOverride(Consumer<ProjectCache.Builder> cacheOverride)A ProjectCache object specified for this build that overrides the one defined in the build project.
-