public static interface S3ObjectSource.Builder extends SdkPojo, CopyableBuilder<S3ObjectSource.Builder,S3ObjectSource>
| Modifier and Type | Method and Description |
|---|---|
S3ObjectSource.Builder |
bucket(String bucket)
The name of the S3 bucket that contains a template bundle.
|
S3ObjectSource.Builder |
key(String key)
The path to the S3 bucket that contains a template bundle.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3ObjectSource.Builder bucket(String bucket)
The name of the S3 bucket that contains a template bundle.
bucket - The name of the S3 bucket that contains a template bundle.S3ObjectSource.Builder key(String key)
The path to the S3 bucket that contains a template bundle.
key - The path to the S3 bucket that contains a template bundle.Copyright © 2023. All rights reserved.