@Generated(value="software.amazon.awssdk:codegen") public final class ApplicationCodeConfigurationUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationCodeConfigurationUpdate.Builder,ApplicationCodeConfigurationUpdate>
Describes updates to a Java-based Amazon Kinesis Data Analytics application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplicationCodeConfigurationUpdate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationCodeConfigurationUpdate.Builder |
builder() |
CodeContentType |
codeContentTypeUpdate()
Describes updates to the code content type.
|
String |
codeContentTypeUpdateAsString()
Describes updates to the code content type.
|
CodeContentUpdate |
codeContentUpdate()
Describes updates to the code content of an application.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ApplicationCodeConfigurationUpdate.Builder> |
serializableBuilderClass() |
ApplicationCodeConfigurationUpdate.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic CodeContentType codeContentTypeUpdate()
Describes updates to the code content type.
If the service returns an enum value that is not available in the current SDK version,
codeContentTypeUpdate will return CodeContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from codeContentTypeUpdateAsString().
CodeContentTypepublic String codeContentTypeUpdateAsString()
Describes updates to the code content type.
If the service returns an enum value that is not available in the current SDK version,
codeContentTypeUpdate will return CodeContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from codeContentTypeUpdateAsString().
CodeContentTypepublic CodeContentUpdate codeContentUpdate()
Describes updates to the code content of an application.
public ApplicationCodeConfigurationUpdate.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ApplicationCodeConfigurationUpdate.Builder,ApplicationCodeConfigurationUpdate>public static ApplicationCodeConfigurationUpdate.Builder builder()
public static Class<? extends ApplicationCodeConfigurationUpdate.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.