| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
S3ObjectSource.Builder |
S3ObjectSource.Builder.bucket(String bucket)
The name of the S3 bucket that contains a template bundle.
|
static S3ObjectSource.Builder |
S3ObjectSource.builder() |
S3ObjectSource.Builder |
S3ObjectSource.Builder.key(String key)
The path to the S3 bucket that contains a template bundle.
|
S3ObjectSource.Builder |
S3ObjectSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3ObjectSource.Builder> |
S3ObjectSource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static TemplateVersionSourceInput |
TemplateVersionSourceInput.fromS3(Consumer<S3ObjectSource.Builder> s3)
Create an instance of this class with
TemplateVersionSourceInput.s3() initialized to the given value. |
default TemplateVersionSourceInput.Builder |
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.
|
Copyright © 2023. All rights reserved.