Class CustomArtifactConfigurationDescription
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalyticsv2.model.CustomArtifactConfigurationDescription
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CustomArtifactConfigurationDescription.Builder,CustomArtifactConfigurationDescription>
@Generated("software.amazon.awssdk:codegen") public final class CustomArtifactConfigurationDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomArtifactConfigurationDescription.Builder,CustomArtifactConfigurationDescription>
Specifies a dependency JAR or a JAR of user-defined functions.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomArtifactConfigurationDescription.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 CustomArtifactConfigurationDescription.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()MavenReferencemavenReferenceDescription()The parameters that are required to specify a Maven dependency.S3ContentLocations3ContentLocationDescription()Returns the value of the S3ContentLocationDescription property for this object.List<SdkField<?>>sdkFields()static Class<? extends CustomArtifactConfigurationDescription.Builder>serializableBuilderClass()CustomArtifactConfigurationDescription.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
-
s3ContentLocationDescription
public final S3ContentLocation s3ContentLocationDescription()
Returns the value of the S3ContentLocationDescription property for this object.- Returns:
- The value of the S3ContentLocationDescription property for this object.
-
mavenReferenceDescription
public final MavenReference mavenReferenceDescription()
The parameters that are required to specify a Maven dependency.
- Returns:
- The parameters that are required to specify a Maven dependency.
-
toBuilder
public CustomArtifactConfigurationDescription.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomArtifactConfigurationDescription.Builder,CustomArtifactConfigurationDescription>
-
builder
public static CustomArtifactConfigurationDescription.Builder builder()
-
serializableBuilderClass
public static Class<? extends CustomArtifactConfigurationDescription.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.
-
-