public static interface TemplateLocation.Builder extends SdkPojo, CopyableBuilder<TemplateLocation.Builder,TemplateLocation>
| Modifier and Type | Method and Description |
|---|---|
TemplateLocation.Builder |
s3Bucket(String s3Bucket)
The Amazon S3 bucket name.
|
TemplateLocation.Builder |
s3Key(String s3Key)
The list of S3 keys identifying the data source files.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTemplateLocation.Builder s3Bucket(String s3Bucket)
The Amazon S3 bucket name.
s3Bucket - The Amazon S3 bucket name.TemplateLocation.Builder s3Key(String s3Key)
The list of S3 keys identifying the data source files.
s3Key - The list of S3 keys identifying the data source files.Copyright © 2023. All rights reserved.