@Generated(value="software.amazon.awssdk:codegen") public final class CodeContent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CodeContent.Builder,CodeContent>
Specifies either the application code, or the location of the application code, for a Java-based Amazon Kinesis Data Analytics application.
Modifier and Type | Class and Description |
---|---|
static interface |
CodeContent.Builder |
Modifier and Type | Method and Description |
---|---|
static CodeContent.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
S3ContentLocation |
s3ContentLocation()
Information about the Amazon S3 bucket containing the application code.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CodeContent.Builder> |
serializableBuilderClass() |
String |
textContent()
The text-format code for a Java-based Kinesis Data Analytics application.
|
CodeContent.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
SdkBytes |
zipFileContent()
The zip-format code for a Java-based Kinesis Data Analytics application.
|
copy
public String textContent()
The text-format code for a Java-based Kinesis Data Analytics application.
public SdkBytes zipFileContent()
The zip-format code for a Java-based Kinesis Data Analytics application.
public S3ContentLocation s3ContentLocation()
Information about the Amazon S3 bucket containing the application code.
public CodeContent.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CodeContent.Builder,CodeContent>
public static CodeContent.Builder builder()
public static Class<? extends CodeContent.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.