| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
S3ArtifactLocation.Builder |
S3ArtifactLocation.Builder.bucketName(String bucketName)
The name of the S3 bucket.
|
static S3ArtifactLocation.Builder |
S3ArtifactLocation.builder() |
S3ArtifactLocation.Builder |
S3ArtifactLocation.Builder.objectKey(String objectKey)
The key of the object in the S3 bucket, which uniquely identifies the object in the bucket.
|
S3ArtifactLocation.Builder |
S3ArtifactLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3ArtifactLocation.Builder> |
S3ArtifactLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ArtifactLocation.Builder |
ArtifactLocation.Builder.s3Location(Consumer<S3ArtifactLocation.Builder> s3Location)
The S3 bucket that contains the artifact.
|
Copyright © 2023. All rights reserved.