| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.artifactIdentifier(String artifactIdentifier)
An identifier for this artifact definition.
|
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.bucketOwnerAccess(BucketOwnerAccess bucketOwnerAccess)
Sets the value of the BucketOwnerAccess property for this object.
|
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.bucketOwnerAccess(String bucketOwnerAccess)
Sets the value of the BucketOwnerAccess property for this object.
|
static ProjectArtifacts.Builder |
ProjectArtifacts.builder() |
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.encryptionDisabled(Boolean encryptionDisabled)
Set to true if you do not want your output artifacts encrypted.
|
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.location(String location)
Information about the build output artifact location:
|
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.name(String name)
Along with
path and namespaceType, the pattern that CodeBuild uses to name and
store the output artifact: |
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.namespaceType(ArtifactNamespace namespaceType)
Along with
path and name, the pattern that CodeBuild uses to determine the name and
location to store the output artifact: |
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.namespaceType(String namespaceType)
Along with
path and name, the pattern that CodeBuild uses to determine the name and
location to store the output artifact: |
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.overrideArtifactName(Boolean overrideArtifactName)
If this flag is set, a name specified in the buildspec file overrides the artifact name.
|
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.packaging(ArtifactPackaging packaging)
The type of build output artifact to create:
|
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.packaging(String packaging)
The type of build output artifact to create:
|
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.path(String path)
Along with
namespaceType and name, the pattern that CodeBuild uses to name and
store the output artifact: |
ProjectArtifacts.Builder |
ProjectArtifacts.toBuilder() |
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.type(ArtifactsType type)
The type of build output artifact.
|
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.type(String type)
The type of build output artifact.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProjectArtifacts.Builder> |
ProjectArtifacts.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateProjectRequest.Builder |
CreateProjectRequest.Builder.artifacts(Consumer<ProjectArtifacts.Builder> artifacts)
Information about the build output artifacts for the build project.
|
default Project.Builder |
Project.Builder.artifacts(Consumer<ProjectArtifacts.Builder> artifacts)
Information about the build output artifacts for the build project.
|
default UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.artifacts(Consumer<ProjectArtifacts.Builder> artifacts)
Information to be changed about the build output artifacts for the build project.
|
default StartBuildBatchRequest.Builder |
StartBuildBatchRequest.Builder.artifactsOverride(Consumer<ProjectArtifacts.Builder> artifactsOverride)
An array of
ProjectArtifacts objects that contains information about the build output artifact
overrides for the build project. |
default StartBuildRequest.Builder |
StartBuildRequest.Builder.artifactsOverride(Consumer<ProjectArtifacts.Builder> artifactsOverride)
Build output artifact settings that override, for this build only, the latest ones already defined in the
build project.
|
Copyright © 2023. All rights reserved.