public static interface CustomArtifactConfigurationDescription.Builder extends SdkPojo, CopyableBuilder<CustomArtifactConfigurationDescription.Builder,CustomArtifactConfigurationDescription>
| Modifier and Type | Method and Description |
|---|---|
CustomArtifactConfigurationDescription.Builder |
artifactType(ArtifactType artifactType)
UDF stands for user-defined functions. |
CustomArtifactConfigurationDescription.Builder |
artifactType(String artifactType)
UDF stands for user-defined functions. |
default CustomArtifactConfigurationDescription.Builder |
mavenReferenceDescription(Consumer<MavenReference.Builder> mavenReferenceDescription)
The parameters that are required to specify a Maven dependency.
|
CustomArtifactConfigurationDescription.Builder |
mavenReferenceDescription(MavenReference mavenReferenceDescription)
The parameters that are required to specify a Maven dependency.
|
default CustomArtifactConfigurationDescription.Builder |
s3ContentLocationDescription(Consumer<S3ContentLocation.Builder> s3ContentLocationDescription)
Sets the value of the S3ContentLocationDescription property for this object.
|
CustomArtifactConfigurationDescription.Builder |
s3ContentLocationDescription(S3ContentLocation s3ContentLocationDescription)
Sets the value of the S3ContentLocationDescription property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomArtifactConfigurationDescription.Builder artifactType(String 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.
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.ArtifactType,
ArtifactTypeCustomArtifactConfigurationDescription.Builder artifactType(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.
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.ArtifactType,
ArtifactTypeCustomArtifactConfigurationDescription.Builder s3ContentLocationDescription(S3ContentLocation s3ContentLocationDescription)
s3ContentLocationDescription - The new value for the S3ContentLocationDescription property for this object.default CustomArtifactConfigurationDescription.Builder s3ContentLocationDescription(Consumer<S3ContentLocation.Builder> s3ContentLocationDescription)
S3ContentLocation.Builder avoiding the
need to create one manually via S3ContentLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3ContentLocationDescription(S3ContentLocation).
s3ContentLocationDescription - a consumer that will call methods on S3ContentLocation.Builders3ContentLocationDescription(S3ContentLocation)CustomArtifactConfigurationDescription.Builder mavenReferenceDescription(MavenReference mavenReferenceDescription)
The parameters that are required to specify a Maven dependency.
mavenReferenceDescription - The parameters that are required to specify a Maven dependency.default CustomArtifactConfigurationDescription.Builder mavenReferenceDescription(Consumer<MavenReference.Builder> mavenReferenceDescription)
The parameters that are required to specify a Maven dependency.
This is a convenience method that creates an instance of theMavenReference.Builder avoiding the need
to create one manually via MavenReference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to mavenReferenceDescription(MavenReference).
mavenReferenceDescription - a consumer that will call methods on MavenReference.BuildermavenReferenceDescription(MavenReference)Copyright © 2022. All rights reserved.