Interface DestinationResult.Builder

  • Method Details

    • tableBucketType

      DestinationResult.Builder tableBucketType(String tableBucketType)

      The type of the table bucket where the metadata configuration is stored. The aws value indicates an Amazon Web Services managed table bucket, and the customer value indicates a customer-managed table bucket. V2 metadata configurations are stored in Amazon Web Services managed table buckets, and V1 metadata configurations are stored in customer-managed table buckets.

      Parameters:
      tableBucketType - The type of the table bucket where the metadata configuration is stored. The aws value indicates an Amazon Web Services managed table bucket, and the customer value indicates a customer-managed table bucket. V2 metadata configurations are stored in Amazon Web Services managed table buckets, and V1 metadata configurations are stored in customer-managed table buckets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tableBucketType

      DestinationResult.Builder tableBucketType(S3TablesBucketType tableBucketType)

      The type of the table bucket where the metadata configuration is stored. The aws value indicates an Amazon Web Services managed table bucket, and the customer value indicates a customer-managed table bucket. V2 metadata configurations are stored in Amazon Web Services managed table buckets, and V1 metadata configurations are stored in customer-managed table buckets.

      Parameters:
      tableBucketType - The type of the table bucket where the metadata configuration is stored. The aws value indicates an Amazon Web Services managed table bucket, and the customer value indicates a customer-managed table bucket. V2 metadata configurations are stored in Amazon Web Services managed table buckets, and V1 metadata configurations are stored in customer-managed table buckets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tableBucketArn

      DestinationResult.Builder tableBucketArn(String tableBucketArn)

      The Amazon Resource Name (ARN) of the table bucket where the metadata configuration is stored.

      Parameters:
      tableBucketArn - The Amazon Resource Name (ARN) of the table bucket where the metadata configuration is stored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tableNamespace

      DestinationResult.Builder tableNamespace(String tableNamespace)

      The namespace in the table bucket where the metadata tables for a metadata configuration are stored.

      Parameters:
      tableNamespace - The namespace in the table bucket where the metadata tables for a metadata configuration are stored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.