public static interface Definition.Builder extends SdkPojo, CopyableBuilder<Definition.Builder,Definition>
| Modifier and Type | Method and Description |
|---|---|
Definition.Builder |
content(String content)
The content of the application definition.
|
Definition.Builder |
s3Location(String s3Location)
The S3 bucket that contains the application definition.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDefinition.Builder content(String content)
The content of the application definition. This is a JSON object that contains the resource configuration/definitions that identify an application.
content - The content of the application definition. This is a JSON object that contains the resource
configuration/definitions that identify an application.Definition.Builder s3Location(String s3Location)
The S3 bucket that contains the application definition.
s3Location - The S3 bucket that contains the application definition.Copyright © 2023. All rights reserved.