Interface StartContinuousExportResponse.Builder

    • Method Detail

      • exportId

        StartContinuousExportResponse.Builder exportId​(String exportId)

        The unique ID assigned to this export.

        Parameters:
        exportId - The unique ID assigned to this export.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3Bucket

        StartContinuousExportResponse.Builder s3Bucket​(String s3Bucket)

        The name of the s3 bucket where the export data parquet files are stored.

        Parameters:
        s3Bucket - The name of the s3 bucket where the export data parquet files are stored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        StartContinuousExportResponse.Builder startTime​(Instant startTime)

        The timestamp representing when the continuous export was started.

        Parameters:
        startTime - The timestamp representing when the continuous export was started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSource

        StartContinuousExportResponse.Builder dataSource​(String dataSource)

        The type of data collector used to gather this data (currently only offered for AGENT).

        Parameters:
        dataSource - The type of data collector used to gather this data (currently only offered for AGENT).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DataSource, DataSource
      • dataSource

        StartContinuousExportResponse.Builder dataSource​(DataSource dataSource)

        The type of data collector used to gather this data (currently only offered for AGENT).

        Parameters:
        dataSource - The type of data collector used to gather this data (currently only offered for AGENT).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DataSource, DataSource
      • schemaStorageConfig

        StartContinuousExportResponse.Builder schemaStorageConfig​(Map<String,​String> schemaStorageConfig)

        A dictionary which describes how the data is stored.

        • databaseName - the name of the Glue database used to store the schema.

        Parameters:
        schemaStorageConfig - A dictionary which describes how the data is stored.

        • databaseName - the name of the Glue database used to store the schema.

        Returns:
        Returns a reference to this object so that method calls can be chained together.