Interface S3TablesDestination.Builder

    • Method Detail

      • tableBucketArn

        S3TablesDestination.Builder tableBucketArn​(String tableBucketArn)

        The Amazon Resource Name (ARN) for the table bucket that's specified as the destination in the metadata table configuration. The destination table bucket must be in the same Region and Amazon Web Services account as the general purpose bucket.

        Parameters:
        tableBucketArn - The Amazon Resource Name (ARN) for the table bucket that's specified as the destination in the metadata table configuration. The destination table bucket must be in the same Region and Amazon Web Services account as the general purpose bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableName

        S3TablesDestination.Builder tableName​(String tableName)

        The name for the metadata table in your metadata table configuration. The specified metadata table name must be unique within the aws_s3_metadata namespace in the destination table bucket.

        Parameters:
        tableName - The name for the metadata table in your metadata table configuration. The specified metadata table name must be unique within the aws_s3_metadata namespace in the destination table bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.