@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomArtifactConfigurationDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
ArtifactType |
artifactType()
UDF stands for user-defined functions. |
String |
artifactTypeAsString()
UDF stands for user-defined functions. |
static CustomArtifactConfigurationDescription.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
MavenReference |
mavenReferenceDescription()
The parameters that are required to specify a Maven dependency.
|
S3ContentLocation |
s3ContentLocationDescription()
Returns the value of the S3ContentLocationDescription property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomArtifactConfigurationDescription.Builder> |
serializableBuilderClass() |
CustomArtifactConfigurationDescription.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 s3ContentLocationDescription()
public final MavenReference mavenReferenceDescription()
The parameters that are required to specify a Maven dependency.
public CustomArtifactConfigurationDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomArtifactConfigurationDescription.Builder,CustomArtifactConfigurationDescription>public static CustomArtifactConfigurationDescription.Builder builder()
public static Class<? extends CustomArtifactConfigurationDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.