Interface ConfigurationSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConfigurationSummary.Builder,,ConfigurationSummary> SdkBuilder<ConfigurationSummary.Builder,,ConfigurationSummary> SdkPojo
- Enclosing class:
ConfigurationSummary
-
Method Summary
Modifier and TypeMethodDescriptiondataSources(Collection<DataSource> dataSources) The list of data sources that provide telemetry data to the pipeline.dataSources(Consumer<DataSource.Builder>... dataSources) The list of data sources that provide telemetry data to the pipeline.dataSources(DataSource... dataSources) The list of data sources that provide telemetry data to the pipeline.processorCount(Integer processorCount) The total number of processors configured in the pipeline.processors(String... processors) The list of processors configured in the pipeline for data transformation.processors(Collection<String> processors) The list of processors configured in the pipeline for data transformation.The list of destinations where processed data is sent.sinks(Collection<String> sinks) The list of destinations where processed data is sent.sources(Collection<Source> sources) The list of data sources configured in the pipeline.sources(Consumer<Source.Builder>... sources) The list of data sources configured in the pipeline.The list of data sources configured in the pipeline.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
sources
The list of data sources configured in the pipeline.
- Parameters:
sources- The list of data sources configured in the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
The list of data sources configured in the pipeline.
- Parameters:
sources- The list of data sources configured in the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
The list of data sources configured in the pipeline.
This is a convenience method that creates an instance of theSource.Builderavoiding the need to create one manually viaSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosources(List<Source>).- Parameters:
sources- a consumer that will call methods onSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataSources
The list of data sources that provide telemetry data to the pipeline.
- Parameters:
dataSources- The list of data sources that provide telemetry data to the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSources
The list of data sources that provide telemetry data to the pipeline.
- Parameters:
dataSources- The list of data sources that provide telemetry data to the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSources
The list of data sources that provide telemetry data to the pipeline.
This is a convenience method that creates an instance of theDataSource.Builderavoiding the need to create one manually viaDataSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataSources(List<DataSource>).- Parameters:
dataSources- a consumer that will call methods onDataSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
processors
The list of processors configured in the pipeline for data transformation.
- Parameters:
processors- The list of processors configured in the pipeline for data transformation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
processors
The list of processors configured in the pipeline for data transformation.
- Parameters:
processors- The list of processors configured in the pipeline for data transformation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
processorCount
The total number of processors configured in the pipeline.
- Parameters:
processorCount- The total number of processors configured in the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sinks
The list of destinations where processed data is sent.
- Parameters:
sinks- The list of destinations where processed data is sent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sinks
The list of destinations where processed data is sent.
- Parameters:
sinks- The list of destinations where processed data is sent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-