public static interface S3Location.Builder extends SdkPojo, CopyableBuilder<S3Location.Builder,S3Location>
| Modifier and Type | Method and Description |
|---|---|
S3Location.Builder |
bucket(String bucket)
The Amazon S3 artifact bucket for an action's artifacts.
|
S3Location.Builder |
key(String key)
The artifact name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Location.Builder bucket(String bucket)
The Amazon S3 artifact bucket for an action's artifacts.
bucket - The Amazon S3 artifact bucket for an action's artifacts.S3Location.Builder key(String key)
The artifact name.
key - The artifact name.Copyright © 2023. All rights reserved.