Interface S3HyperDirectTarget.Builder

    • Method Detail

      • name

        S3HyperDirectTarget.Builder name​(String 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

        S3HyperDirectTarget.Builder inputs​(Collection<String> 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

        S3HyperDirectTarget.Builder inputs​(String... 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

        S3HyperDirectTarget.Builder format​(String 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:
        TargetFormat, TargetFormat
      • format

        S3HyperDirectTarget.Builder format​(TargetFormat 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:
        TargetFormat, TargetFormat
      • partitionKeys

        S3HyperDirectTarget.Builder partitionKeys​(Collection<? extends Collection<String>> 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

        S3HyperDirectTarget.Builder partitionKeys​(Collection<String>... 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

        S3HyperDirectTarget.Builder path​(String 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.
      • schemaChangePolicy

        S3HyperDirectTarget.Builder schemaChangePolicy​(DirectSchemaChangePolicy 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.
      • autoDataQuality

        S3HyperDirectTarget.Builder autoDataQuality​(AutoDataQuality 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 to true, 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.
      • outputSchemas

        S3HyperDirectTarget.Builder outputSchemas​(Collection<GlueSchema> 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

        S3HyperDirectTarget.Builder outputSchemas​(GlueSchema... 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.