Interface ObservationResultsOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ObservationResultsOptions.Builder,,ObservationResultsOptions> SdkBuilder<ObservationResultsOptions.Builder,,ObservationResultsOptions> SdkPojo
- Enclosing class:
ObservationResultsOptions
@Mutable
@NotThreadSafe
public static interface ObservationResultsOptions.Builder
extends SdkPojo, CopyableBuilder<ObservationResultsOptions.Builder,ObservationResultsOptions>
-
Method Summary
Modifier and TypeMethodDescriptioncatalogTableConfig(Consumer<CatalogTableConfigOptions.Builder> catalogTableConfig) The Glue Data Catalog table configuration for storing the observation results.catalogTableConfig(CatalogTableConfigOptions catalogTableConfig) The Glue Data Catalog table configuration for storing the observation results.writeObservationResultsEnabled(Boolean writeObservationResultsEnabled) Set to true to write observation results.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
-
writeObservationResultsEnabled
ObservationResultsOptions.Builder writeObservationResultsEnabled(Boolean writeObservationResultsEnabled) Set to true to write observation results.
- Parameters:
writeObservationResultsEnabled- Set to true to write observation results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
catalogTableConfig
The Glue Data Catalog table configuration for storing the observation results.
- Parameters:
catalogTableConfig- The Glue Data Catalog table configuration for storing the observation results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
catalogTableConfig
default ObservationResultsOptions.Builder catalogTableConfig(Consumer<CatalogTableConfigOptions.Builder> catalogTableConfig) The Glue Data Catalog table configuration for storing the observation results.
This is a convenience method that creates an instance of theCatalogTableConfigOptions.Builderavoiding the need to create one manually viaCatalogTableConfigOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocatalogTableConfig(CatalogTableConfigOptions).- Parameters:
catalogTableConfig- a consumer that will call methods onCatalogTableConfigOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-