| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactLocation.Builder |
ArtifactLocation.builder() |
default ArtifactLocation.Builder |
ArtifactLocation.Builder.s3Location(Consumer<S3ArtifactLocation.Builder> s3Location)
The S3 bucket that contains the artifact.
|
ArtifactLocation.Builder |
ArtifactLocation.Builder.s3Location(S3ArtifactLocation s3Location)
The S3 bucket that contains the artifact.
|
ArtifactLocation.Builder |
ArtifactLocation.toBuilder() |
ArtifactLocation.Builder |
ArtifactLocation.Builder.type(ArtifactLocationType type)
The type of artifact in the location.
|
ArtifactLocation.Builder |
ArtifactLocation.Builder.type(String type)
The type of artifact in the location.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ArtifactLocation.Builder> |
ArtifactLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Artifact.Builder |
Artifact.Builder.location(Consumer<ArtifactLocation.Builder> location)
The location of an artifact.
|
Copyright © 2023. All rights reserved.