@Generated(value="software.amazon.awssdk:codegen") public final class ApplicationCodeConfigurationDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationCodeConfigurationDescription.Builder,ApplicationCodeConfigurationDescription>
Describes code configuration for a Java-based Kinesis Data Analytics application.
Modifier and Type | Class and Description |
---|---|
static interface |
ApplicationCodeConfigurationDescription.Builder |
Modifier and Type | Method and Description |
---|---|
static ApplicationCodeConfigurationDescription.Builder |
builder() |
CodeContentDescription |
codeContentDescription()
Describes details about the location and format of the application code.
|
CodeContentType |
codeContentType()
Specifies whether the code content is in text or zip format.
|
String |
codeContentTypeAsString()
Specifies whether the code content is in text or zip format.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ApplicationCodeConfigurationDescription.Builder> |
serializableBuilderClass() |
ApplicationCodeConfigurationDescription.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public CodeContentType codeContentType()
Specifies whether the code content is in text or zip format.
If the service returns an enum value that is not available in the current SDK version, codeContentType
will return CodeContentType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from codeContentTypeAsString()
.
CodeContentType
public String codeContentTypeAsString()
Specifies whether the code content is in text or zip format.
If the service returns an enum value that is not available in the current SDK version, codeContentType
will return CodeContentType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from codeContentTypeAsString()
.
CodeContentType
public CodeContentDescription codeContentDescription()
Describes details about the location and format of the application code.
public ApplicationCodeConfigurationDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ApplicationCodeConfigurationDescription.Builder,ApplicationCodeConfigurationDescription>
public static ApplicationCodeConfigurationDescription.Builder builder()
public static Class<? extends ApplicationCodeConfigurationDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.