@Generated(value="software.amazon.awssdk:codegen") public final class ApplicationCodeConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationCodeConfiguration.Builder,ApplicationCodeConfiguration>
Describes code configuration for a Java-based Kinesis Data Analytics application.
Modifier and Type | Class and Description |
---|---|
static interface |
ApplicationCodeConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
static ApplicationCodeConfiguration.Builder |
builder() |
CodeContent |
codeContent()
The location and type 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 ApplicationCodeConfiguration.Builder> |
serializableBuilderClass() |
ApplicationCodeConfiguration.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public CodeContent codeContent()
The location and type of the application code.
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 ApplicationCodeConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ApplicationCodeConfiguration.Builder,ApplicationCodeConfiguration>
public static ApplicationCodeConfiguration.Builder builder()
public static Class<? extends ApplicationCodeConfiguration.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.