public static final class FlinkContainers.Builder extends Object
FlinkContainers
builder.Modifier and Type | Method and Description |
---|---|
FlinkContainers |
build()
Returns
FlinkContainers built from the provided settings. |
FlinkContainers.Builder |
withFlinkContainersSettings(FlinkContainersSettings flinkContainersSettings)
Allows to optionally provide Flink containers settings.
|
FlinkContainers.Builder |
withTestcontainersSettings(TestcontainersSettings testcontainersSettings)
Allows to optionally provide Testcontainers settings.
|
public FlinkContainers.Builder withFlinkContainersSettings(FlinkContainersSettings flinkContainersSettings)
FlinkContainersSettings
based on defaults will be used otherwise.flinkContainersSettings
- The Flink containers settings.public FlinkContainers.Builder withTestcontainersSettings(TestcontainersSettings testcontainersSettings)
TestcontainersSettings
based on defaults will be used otherwise.testcontainersSettings
- The Testcontainers settings.public FlinkContainers build()
FlinkContainers
built from the provided settings.FlinkContainers
built with parameters of this FlinkContainers.Builder
.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.