Interface PluginVisualConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PluginVisualConfiguration.Builder,
,PluginVisualConfiguration> SdkBuilder<PluginVisualConfiguration.Builder,
,PluginVisualConfiguration> SdkPojo
- Enclosing class:
PluginVisualConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionfieldWells
(Collection<PluginVisualFieldWell> fieldWells) The field wells configuration of the plugin visual.fieldWells
(Consumer<PluginVisualFieldWell.Builder>... fieldWells) The field wells configuration of the plugin visual.fieldWells
(PluginVisualFieldWell... fieldWells) The field wells configuration of the plugin visual.sortConfiguration
(Consumer<PluginVisualSortConfiguration.Builder> sortConfiguration) The sort configuration of the plugin visual.sortConfiguration
(PluginVisualSortConfiguration sortConfiguration) The sort configuration of the plugin visual.visualOptions
(Consumer<PluginVisualOptions.Builder> visualOptions) The persisted properties of the plugin visual.visualOptions
(PluginVisualOptions visualOptions) The persisted properties of the plugin 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, sdkFieldNameToField, sdkFields
-
Method Details
-
fieldWells
The field wells configuration of the plugin visual.
- Parameters:
fieldWells
- The field wells configuration of the plugin visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldWells
The field wells configuration of the plugin visual.
- Parameters:
fieldWells
- The field wells configuration of the plugin visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldWells
The field wells configuration of the plugin visual.
This is a convenience method that creates an instance of thePluginVisualFieldWell.Builder
avoiding the need to create one manually viaPluginVisualFieldWell.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofieldWells(List<PluginVisualFieldWell>)
.- Parameters:
fieldWells
- a consumer that will call methods onPluginVisualFieldWell.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visualOptions
The persisted properties of the plugin visual.
- Parameters:
visualOptions
- The persisted properties of the plugin visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visualOptions
default PluginVisualConfiguration.Builder visualOptions(Consumer<PluginVisualOptions.Builder> visualOptions) The persisted properties of the plugin visual.
This is a convenience method that creates an instance of thePluginVisualOptions.Builder
avoiding the need to create one manually viaPluginVisualOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovisualOptions(PluginVisualOptions)
.- Parameters:
visualOptions
- a consumer that will call methods onPluginVisualOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortConfiguration
PluginVisualConfiguration.Builder sortConfiguration(PluginVisualSortConfiguration sortConfiguration) The sort configuration of the plugin visual.
- Parameters:
sortConfiguration
- The sort configuration of the plugin visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortConfiguration
default PluginVisualConfiguration.Builder sortConfiguration(Consumer<PluginVisualSortConfiguration.Builder> sortConfiguration) The sort configuration of the plugin visual.
This is a convenience method that creates an instance of thePluginVisualSortConfiguration.Builder
avoiding the need to create one manually viaPluginVisualSortConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosortConfiguration(PluginVisualSortConfiguration)
.- Parameters:
sortConfiguration
- a consumer that will call methods onPluginVisualSortConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-