Interface KPIConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KPIConfiguration.Builder,
,KPIConfiguration> SdkBuilder<KPIConfiguration.Builder,
,KPIConfiguration> SdkPojo
- Enclosing class:
KPIConfiguration
-
Method Summary
Modifier and TypeMethodDescriptiondefault KPIConfiguration.Builder
fieldWells
(Consumer<KPIFieldWells.Builder> fieldWells) The field well configuration of a KPI visual.fieldWells
(KPIFieldWells fieldWells) The field well configuration of a KPI visual.default KPIConfiguration.Builder
interactions
(Consumer<VisualInteractionOptions.Builder> interactions) The general visual interactions setup for a visual.interactions
(VisualInteractionOptions interactions) The general visual interactions setup for a visual.default KPIConfiguration.Builder
kpiOptions
(Consumer<KPIOptions.Builder> kpiOptions) The options that determine the presentation of a KPI visual.kpiOptions
(KPIOptions kpiOptions) The options that determine the presentation of a KPI visual.default KPIConfiguration.Builder
sortConfiguration
(Consumer<KPISortConfiguration.Builder> sortConfiguration) The sort configuration of a KPI visual.sortConfiguration
(KPISortConfiguration sortConfiguration) The sort configuration of a KPI visual.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
-
Method Details
-
fieldWells
The field well configuration of a KPI visual.
- Parameters:
fieldWells
- The field well configuration of a KPI visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldWells
The field well configuration of a KPI visual.
This is a convenience method that creates an instance of theKPIFieldWells.Builder
avoiding the need to create one manually viaKPIFieldWells.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofieldWells(KPIFieldWells)
.- Parameters:
fieldWells
- a consumer that will call methods onKPIFieldWells.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortConfiguration
The sort configuration of a KPI visual.
- Parameters:
sortConfiguration
- The sort configuration of a KPI visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortConfiguration
default KPIConfiguration.Builder sortConfiguration(Consumer<KPISortConfiguration.Builder> sortConfiguration) The sort configuration of a KPI visual.
This is a convenience method that creates an instance of theKPISortConfiguration.Builder
avoiding the need to create one manually viaKPISortConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosortConfiguration(KPISortConfiguration)
.- Parameters:
sortConfiguration
- a consumer that will call methods onKPISortConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
kpiOptions
The options that determine the presentation of a KPI visual.
- Parameters:
kpiOptions
- The options that determine the presentation of a KPI visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kpiOptions
The options that determine the presentation of a KPI visual.
This is a convenience method that creates an instance of theKPIOptions.Builder
avoiding the need to create one manually viaKPIOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tokpiOptions(KPIOptions)
.- Parameters:
kpiOptions
- a consumer that will call methods onKPIOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
interactions
The general visual interactions setup for a visual.
- Parameters:
interactions
- The general visual interactions setup for a visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
interactions
default KPIConfiguration.Builder interactions(Consumer<VisualInteractionOptions.Builder> interactions) The general visual interactions setup for a visual.
This is a convenience method that creates an instance of theVisualInteractionOptions.Builder
avoiding the need to create one manually viaVisualInteractionOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tointeractions(VisualInteractionOptions)
.- Parameters:
interactions
- a consumer that will call methods onVisualInteractionOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-