Interface Definition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Definition.Builder,Definition>,SdkBuilder<Definition.Builder,Definition>,SdkPojo
- Enclosing class:
- Definition
public static interface Definition.Builder extends SdkPojo, CopyableBuilder<Definition.Builder,Definition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Definition.Buildercontent(String content)The content of the application definition.Definition.Builders3Location(String s3Location)The S3 bucket that contains the application definition.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
content
Definition.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.
- Parameters:
content- The content of the application definition. This is a JSON object that contains the resource configuration/definitions that identify an application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Location
Definition.Builder s3Location(String s3Location)
The S3 bucket that contains the application definition.
- Parameters:
s3Location- The S3 bucket that contains the application definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-