Interface StartContinuousExportResponse.Builder
-
- All Superinterfaces:
ApplicationDiscoveryResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<StartContinuousExportResponse.Builder,StartContinuousExportResponse>,SdkBuilder<StartContinuousExportResponse.Builder,StartContinuousExportResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartContinuousExportResponse
public static interface StartContinuousExportResponse.Builder extends ApplicationDiscoveryResponse.Builder, SdkPojo, CopyableBuilder<StartContinuousExportResponse.Builder,StartContinuousExportResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartContinuousExportResponse.BuilderdataSource(String dataSource)The type of data collector used to gather this data (currently only offered for AGENT).StartContinuousExportResponse.BuilderdataSource(DataSource dataSource)The type of data collector used to gather this data (currently only offered for AGENT).StartContinuousExportResponse.BuilderexportId(String exportId)The unique ID assigned to this export.StartContinuousExportResponse.Builders3Bucket(String s3Bucket)The name of the s3 bucket where the export data parquet files are stored.StartContinuousExportResponse.BuilderschemaStorageConfig(Map<String,String> schemaStorageConfig)A dictionary which describes how the data is stored.StartContinuousExportResponse.BuilderstartTime(Instant startTime)The timestamp representing when the continuous export was started.-
Methods inherited from interface software.amazon.awssdk.services.applicationdiscovery.model.ApplicationDiscoveryResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
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.
-
-
-