@Generated(value="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).
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomArtifactConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
ArtifactType |
artifactType()
UDF stands for user-defined functions. |
String |
artifactTypeAsString()
UDF stands for user-defined functions. |
static CustomArtifactConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
MavenReference |
mavenReference()
The parameters required to fully specify a Maven reference.
|
S3ContentLocation |
s3ContentLocation()
Returns the value of the S3ContentLocation property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomArtifactConfiguration.Builder> |
serializableBuilderClass() |
CustomArtifactConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ArtifactType artifactType()
UDF stands for user-defined functions. This type of artifact must be in an S3 bucket. A
DEPENDENCY_JAR can be in either Maven or an S3 bucket.
If the service returns an enum value that is not available in the current SDK version, artifactType will
return ArtifactType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
artifactTypeAsString().
UDF stands for user-defined functions. This type of artifact must be in an S3 bucket. A
DEPENDENCY_JAR can be in either Maven or an S3 bucket.ArtifactTypepublic final String artifactTypeAsString()
UDF stands for user-defined functions. This type of artifact must be in an S3 bucket. A
DEPENDENCY_JAR can be in either Maven or an S3 bucket.
If the service returns an enum value that is not available in the current SDK version, artifactType will
return ArtifactType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
artifactTypeAsString().
UDF stands for user-defined functions. This type of artifact must be in an S3 bucket. A
DEPENDENCY_JAR can be in either Maven or an S3 bucket.ArtifactTypepublic final S3ContentLocation s3ContentLocation()
public final MavenReference mavenReference()
The parameters required to fully specify a Maven reference.
public CustomArtifactConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomArtifactConfiguration.Builder,CustomArtifactConfiguration>public static CustomArtifactConfiguration.Builder builder()
public static Class<? extends CustomArtifactConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.