Interface S3HyperDirectTarget.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3HyperDirectTarget.Builder,
,S3HyperDirectTarget> SdkBuilder<S3HyperDirectTarget.Builder,
,S3HyperDirectTarget> SdkPojo
- Enclosing class:
S3HyperDirectTarget
-
Method Summary
Modifier and TypeMethodDescriptiondefault S3HyperDirectTarget.Builder
autoDataQuality
(Consumer<AutoDataQuality.Builder> autoDataQuality) Specifies whether to automatically enable data quality evaluation for the S3 Hyper direct target.autoDataQuality
(AutoDataQuality autoDataQuality) Specifies whether to automatically enable data quality evaluation for the S3 Hyper direct target.compression
(String compression) The compression type to apply to the output data.compression
(HyperTargetCompressionType compression) The compression type to apply to the output data.Specifies the data output format for the HyperDirect target.format
(TargetFormat format) Specifies the data output format for the HyperDirect target.Specifies the input source for the HyperDirect target.inputs
(Collection<String> inputs) Specifies the input source for the HyperDirect target.The unique identifier for the HyperDirect target node.outputSchemas
(Collection<GlueSchema> outputSchemas) Specifies the data schema for the S3 Hyper direct target.outputSchemas
(Consumer<GlueSchema.Builder>... outputSchemas) Specifies the data schema for the S3 Hyper direct target.outputSchemas
(GlueSchema... outputSchemas) Specifies the data schema for the S3 Hyper direct target.partitionKeys
(Collection<? extends Collection<String>> partitionKeys) Defines the partitioning strategy for the output data.partitionKeys
(Collection<String>... partitionKeys) Defines the partitioning strategy for the output data.The S3 location where the output data will be written.default S3HyperDirectTarget.Builder
schemaChangePolicy
(Consumer<DirectSchemaChangePolicy.Builder> schemaChangePolicy) Defines how schema changes are handled during write operations.schemaChangePolicy
(DirectSchemaChangePolicy schemaChangePolicy) Defines how schema changes are handled during write operations.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The unique identifier for the HyperDirect target node.
- Parameters:
name
- The unique identifier for the HyperDirect target node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputs
Specifies the input source for the HyperDirect target.
- Parameters:
inputs
- Specifies the input source for the HyperDirect target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputs
Specifies the input source for the HyperDirect target.
- Parameters:
inputs
- Specifies the input source for the HyperDirect target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
format
Specifies the data output format for the HyperDirect target.
- Parameters:
format
- Specifies the data output format for the HyperDirect target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
Specifies the data output format for the HyperDirect target.
- Parameters:
format
- Specifies the data output format for the HyperDirect target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
partitionKeys
Defines the partitioning strategy for the output data.
- Parameters:
partitionKeys
- Defines the partitioning strategy for the output data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partitionKeys
Defines the partitioning strategy for the output data.
- Parameters:
partitionKeys
- Defines the partitioning strategy for the output data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
path
The S3 location where the output data will be written.
- Parameters:
path
- The S3 location where the output data will be written.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
compression
The compression type to apply to the output data.
- Parameters:
compression
- The compression type to apply to the output data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
compression
The compression type to apply to the output data.
- Parameters:
compression
- The compression type to apply to the output data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
schemaChangePolicy
Defines how schema changes are handled during write operations.
- Parameters:
schemaChangePolicy
- Defines how schema changes are handled during write operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaChangePolicy
default S3HyperDirectTarget.Builder schemaChangePolicy(Consumer<DirectSchemaChangePolicy.Builder> schemaChangePolicy) Defines how schema changes are handled during write operations.
This is a convenience method that creates an instance of theDirectSchemaChangePolicy.Builder
avoiding the need to create one manually viaDirectSchemaChangePolicy.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toschemaChangePolicy(DirectSchemaChangePolicy)
.- Parameters:
schemaChangePolicy
- a consumer that will call methods onDirectSchemaChangePolicy.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
autoDataQuality
Specifies whether to automatically enable data quality evaluation for the S3 Hyper direct target. When set to
true
, data quality checks are performed automatically during the write operation.- Parameters:
autoDataQuality
- Specifies whether to automatically enable data quality evaluation for the S3 Hyper direct target. When set totrue
, data quality checks are performed automatically during the write operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoDataQuality
default S3HyperDirectTarget.Builder autoDataQuality(Consumer<AutoDataQuality.Builder> autoDataQuality) Specifies whether to automatically enable data quality evaluation for the S3 Hyper direct target. When set to
This is a convenience method that creates an instance of thetrue
, data quality checks are performed automatically during the write operation.AutoDataQuality.Builder
avoiding the need to create one manually viaAutoDataQuality.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toautoDataQuality(AutoDataQuality)
.- Parameters:
autoDataQuality
- a consumer that will call methods onAutoDataQuality.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
outputSchemas
Specifies the data schema for the S3 Hyper direct target.
- Parameters:
outputSchemas
- Specifies the data schema for the S3 Hyper direct target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputSchemas
Specifies the data schema for the S3 Hyper direct target.
- Parameters:
outputSchemas
- Specifies the data schema for the S3 Hyper direct target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputSchemas
Specifies the data schema for the S3 Hyper direct target.
This is a convenience method that creates an instance of theGlueSchema.Builder
avoiding the need to create one manually viaGlueSchema.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooutputSchemas(List<GlueSchema>)
.- Parameters:
outputSchemas
- a consumer that will call methods onGlueSchema.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-