Interface StartContinuousExportResponse.Builder

All Superinterfaces:
ApplicationDiscoveryResponse.Builder, AwsResponse.Builder, Buildable, CopyableBuilder<StartContinuousExportResponse.Builder,StartContinuousExportResponse>, SdkBuilder<StartContinuousExportResponse.Builder,StartContinuousExportResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
StartContinuousExportResponse

  • Method Details

    • 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

      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

      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

      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

      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:
    • 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.