@Generated(value="software.amazon.awssdk:codegen") public final class CodeContentDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CodeContentDescription.Builder,CodeContentDescription>
Describes details about the application code for a Java-based Kinesis Data Analytics application.
Modifier and Type | Class and Description |
---|---|
static interface |
CodeContentDescription.Builder |
Modifier and Type | Method and Description |
---|---|
static CodeContentDescription.Builder |
builder() |
String |
codeMD5()
The checksum that can be used to validate zip-format code.
|
Long |
codeSize()
The size in bytes of the application code.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
S3ApplicationCodeLocationDescription |
s3ApplicationCodeLocationDescription()
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon
S3.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CodeContentDescription.Builder> |
serializableBuilderClass() |
String |
textContent()
The text-format code
|
CodeContentDescription.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String textContent()
The text-format code
public String codeMD5()
The checksum that can be used to validate zip-format code.
public Long codeSize()
The size in bytes of the application code. Can be used to validate zip-format code.
public S3ApplicationCodeLocationDescription s3ApplicationCodeLocationDescription()
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon S3.
public CodeContentDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CodeContentDescription.Builder,CodeContentDescription>
public static CodeContentDescription.Builder builder()
public static Class<? extends CodeContentDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.