| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location.Builder |
S3Location.Builder.bucket(String bucket)
The Amazon S3 artifact bucket for an action's artifacts.
|
static S3Location.Builder |
S3Location.builder() |
S3Location.Builder |
S3Location.Builder.key(String key)
The artifact name.
|
S3Location.Builder |
S3Location.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Location.Builder> |
S3Location.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ArtifactDetail.Builder |
ArtifactDetail.Builder.s3location(Consumer<S3Location.Builder> s3location)
The Amazon S3 artifact location for the action execution.
|
Copyright © 2023. All rights reserved.