| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
static TemplateVersionSourceInput |
TemplateVersionSourceInput.fromS3(Consumer<S3ObjectSource.Builder> s3)
Create an instance of this class with
s3() initialized to the given value. |
static TemplateVersionSourceInput |
TemplateVersionSourceInput.fromS3(S3ObjectSource s3)
Create an instance of this class with
s3() initialized to the given value. |
TemplateVersionSourceInput |
CreateServiceTemplateVersionRequest.source()
An object that includes the template bundle S3 bucket path and name for the new version of a service template.
|
TemplateVersionSourceInput |
CreateEnvironmentTemplateVersionRequest.source()
An object that includes the template bundle S3 bucket path and name for the new version of an template.
|
| Modifier and Type | Method and Description |
|---|---|
CreateServiceTemplateVersionRequest.Builder |
CreateServiceTemplateVersionRequest.Builder.source(TemplateVersionSourceInput source)
An object that includes the template bundle S3 bucket path and name for the new version of a service
template.
|
CreateEnvironmentTemplateVersionRequest.Builder |
CreateEnvironmentTemplateVersionRequest.Builder.source(TemplateVersionSourceInput source)
An object that includes the template bundle S3 bucket path and name for the new version of an template.
|
Copyright © 2023. All rights reserved.