Class CustomArtifactConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalyticsv2.model.CustomArtifactConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CustomArtifactConfiguration.Builder,CustomArtifactConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class CustomArtifactConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomArtifactConfiguration.Builder,CustomArtifactConfiguration>
Specifies dependency JARs, as well as JAR files that contain user-defined functions (UDF).
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomArtifactConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ArtifactTypeartifactType()UDFstands for user-defined functions.StringartifactTypeAsString()UDFstands for user-defined functions.static CustomArtifactConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()MavenReferencemavenReference()The parameters required to fully specify a Maven reference.S3ContentLocations3ContentLocation()Returns the value of the S3ContentLocation property for this object.List<SdkField<?>>sdkFields()static Class<? extends CustomArtifactConfiguration.Builder>serializableBuilderClass()CustomArtifactConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
artifactType
public final ArtifactType artifactType()
UDFstands for user-defined functions. This type of artifact must be in an S3 bucket. ADEPENDENCY_JARcan be in either Maven or an S3 bucket.If the service returns an enum value that is not available in the current SDK version,
artifactTypewill returnArtifactType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromartifactTypeAsString().- Returns:
UDFstands for user-defined functions. This type of artifact must be in an S3 bucket. ADEPENDENCY_JARcan be in either Maven or an S3 bucket.- See Also:
ArtifactType
-
artifactTypeAsString
public final String artifactTypeAsString()
UDFstands for user-defined functions. This type of artifact must be in an S3 bucket. ADEPENDENCY_JARcan be in either Maven or an S3 bucket.If the service returns an enum value that is not available in the current SDK version,
artifactTypewill returnArtifactType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromartifactTypeAsString().- Returns:
UDFstands for user-defined functions. This type of artifact must be in an S3 bucket. ADEPENDENCY_JARcan be in either Maven or an S3 bucket.- See Also:
ArtifactType
-
s3ContentLocation
public final S3ContentLocation s3ContentLocation()
Returns the value of the S3ContentLocation property for this object.- Returns:
- The value of the S3ContentLocation property for this object.
-
mavenReference
public final MavenReference mavenReference()
The parameters required to fully specify a Maven reference.
- Returns:
- The parameters required to fully specify a Maven reference.
-
toBuilder
public CustomArtifactConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomArtifactConfiguration.Builder,CustomArtifactConfiguration>
-
builder
public static CustomArtifactConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends CustomArtifactConfiguration.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.
-
-