| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
List<ProjectFileSystemLocation> |
Project.fileSystemLocations()
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
List<ProjectFileSystemLocation> |
CreateProjectRequest.fileSystemLocations()
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
List<ProjectFileSystemLocation> |
Build.fileSystemLocations()
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
List<ProjectFileSystemLocation> |
UpdateProjectRequest.fileSystemLocations()
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
List<ProjectFileSystemLocation> |
BuildBatch.fileSystemLocations()
An array of
ProjectFileSystemLocation objects for the batch build project. |
| Modifier and Type | Method and Description |
|---|---|
Project.Builder |
Project.Builder.fileSystemLocations(ProjectFileSystemLocation... fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.fileSystemLocations(ProjectFileSystemLocation... fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
Build.Builder |
Build.Builder.fileSystemLocations(ProjectFileSystemLocation... fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.fileSystemLocations(ProjectFileSystemLocation... fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
BuildBatch.Builder |
BuildBatch.Builder.fileSystemLocations(ProjectFileSystemLocation... fileSystemLocations)
An array of
ProjectFileSystemLocation objects for the batch build project. |
| Modifier and Type | Method and Description |
|---|---|
Project.Builder |
Project.Builder.fileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.fileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
Build.Builder |
Build.Builder.fileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.fileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
BuildBatch.Builder |
BuildBatch.Builder.fileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)
An array of
ProjectFileSystemLocation objects for the batch build project. |
Copyright © 2021. All rights reserved.