public static interface CodeContentDescription.Builder extends SdkPojo, CopyableBuilder<CodeContentDescription.Builder,CodeContentDescription>
Modifier and Type | Method and Description |
---|---|
CodeContentDescription.Builder |
codeMD5(String codeMD5)
The checksum that can be used to validate zip-format code.
|
CodeContentDescription.Builder |
codeSize(Long codeSize)
The size in bytes of the application code.
|
default CodeContentDescription.Builder |
s3ApplicationCodeLocationDescription(Consumer<S3ApplicationCodeLocationDescription.Builder> s3ApplicationCodeLocationDescription)
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in
Amazon S3.
|
CodeContentDescription.Builder |
s3ApplicationCodeLocationDescription(S3ApplicationCodeLocationDescription s3ApplicationCodeLocationDescription)
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in
Amazon S3.
|
CodeContentDescription.Builder |
textContent(String textContent)
The text-format code
|
copy
applyMutation, build
CodeContentDescription.Builder textContent(String textContent)
The text-format code
textContent
- The text-format codeCodeContentDescription.Builder codeMD5(String codeMD5)
The checksum that can be used to validate zip-format code.
codeMD5
- The checksum that can be used to validate zip-format code.CodeContentDescription.Builder codeSize(Long codeSize)
The size in bytes of the application code. Can be used to validate zip-format code.
codeSize
- The size in bytes of the application code. Can be used to validate zip-format code.CodeContentDescription.Builder s3ApplicationCodeLocationDescription(S3ApplicationCodeLocationDescription s3ApplicationCodeLocationDescription)
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon S3.
s3ApplicationCodeLocationDescription
- The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored
in Amazon S3.default CodeContentDescription.Builder s3ApplicationCodeLocationDescription(Consumer<S3ApplicationCodeLocationDescription.Builder> s3ApplicationCodeLocationDescription)
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon S3.
This is a convenience that creates an instance of theS3ApplicationCodeLocationDescription.Builder
avoiding the need to create one manually via S3ApplicationCodeLocationDescription.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to
s3ApplicationCodeLocationDescription(S3ApplicationCodeLocationDescription)
.s3ApplicationCodeLocationDescription
- a consumer that will call methods on S3ApplicationCodeLocationDescription.Builder
s3ApplicationCodeLocationDescription(S3ApplicationCodeLocationDescription)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.