public static interface TemplateVersionSourceInput.Builder extends SdkPojo, CopyableBuilder<TemplateVersionSourceInput.Builder,TemplateVersionSourceInput>
| Modifier and Type | Method and Description |
|---|---|
default TemplateVersionSourceInput.Builder |
s3(Consumer<S3ObjectSource.Builder> s3)
An S3 source object that includes the template bundle S3 path and name for a template minor version.
|
TemplateVersionSourceInput.Builder |
s3(S3ObjectSource s3)
An S3 source object that includes the template bundle S3 path and name for a template minor version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTemplateVersionSourceInput.Builder s3(S3ObjectSource s3)
An S3 source object that includes the template bundle S3 path and name for a template minor version.
s3 - An S3 source object that includes the template bundle S3 path and name for a template minor version.default TemplateVersionSourceInput.Builder s3(Consumer<S3ObjectSource.Builder> s3)
An S3 source object that includes the template bundle S3 path and name for a template minor version.
This is a convenience method that creates an instance of theS3ObjectSource.Builder avoiding the need
to create one manually via S3ObjectSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3(S3ObjectSource).
s3 - a consumer that will call methods on S3ObjectSource.Builders3(S3ObjectSource)Copyright © 2023. All rights reserved.