Class CodeContentUpdate
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalyticsv2.model.CodeContentUpdate
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CodeContentUpdate.Builder,CodeContentUpdate>
@Generated("software.amazon.awssdk:codegen") public final class CodeContentUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CodeContentUpdate.Builder,CodeContentUpdate>
Describes an update to the code of an application. Not supported for Apache Zeppelin.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCodeContentUpdate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CodeContentUpdate.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()S3ContentLocationUpdates3ContentLocationUpdate()Describes an update to the location of code for an application.List<SdkField<?>>sdkFields()static Class<? extends CodeContentUpdate.Builder>serializableBuilderClass()StringtextContentUpdate()Describes an update to the text code for an application.CodeContentUpdate.BuildertoBuilder()StringtoString()Returns a string representation of this object.SdkByteszipFileContentUpdate()Describes an update to the zipped code for an application.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
textContentUpdate
public final String textContentUpdate()
Describes an update to the text code for an application.
- Returns:
- Describes an update to the text code for an application.
-
zipFileContentUpdate
public final SdkBytes zipFileContentUpdate()
Describes an update to the zipped code for an application.
- Returns:
- Describes an update to the zipped code for an application.
-
s3ContentLocationUpdate
public final S3ContentLocationUpdate s3ContentLocationUpdate()
Describes an update to the location of code for an application.
- Returns:
- Describes an update to the location of code for an application.
-
toBuilder
public CodeContentUpdate.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CodeContentUpdate.Builder,CodeContentUpdate>
-
builder
public static CodeContentUpdate.Builder builder()
-
serializableBuilderClass
public static Class<? extends CodeContentUpdate.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-