Interface PluginVisualOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PluginVisualOptions.Builder,
,PluginVisualOptions> SdkBuilder<PluginVisualOptions.Builder,
,PluginVisualOptions> SdkPojo
- Enclosing class:
PluginVisualOptions
@Mutable
@NotThreadSafe
public static interface PluginVisualOptions.Builder
extends SdkPojo, CopyableBuilder<PluginVisualOptions.Builder,PluginVisualOptions>
-
Method Summary
Modifier and TypeMethodDescriptionvisualProperties
(Collection<PluginVisualProperty> visualProperties) The persisted properties and their values.visualProperties
(Consumer<PluginVisualProperty.Builder>... visualProperties) The persisted properties and their values.visualProperties
(PluginVisualProperty... visualProperties) The persisted properties and their values.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
-
visualProperties
The persisted properties and their values.
- Parameters:
visualProperties
- The persisted properties and their values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visualProperties
The persisted properties and their values.
- Parameters:
visualProperties
- The persisted properties and their values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visualProperties
PluginVisualOptions.Builder visualProperties(Consumer<PluginVisualProperty.Builder>... visualProperties) The persisted properties and their values.
This is a convenience method that creates an instance of thePluginVisualProperty.Builder
avoiding the need to create one manually viaPluginVisualProperty.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovisualProperties(List<PluginVisualProperty>)
.- Parameters:
visualProperties
- a consumer that will call methods onPluginVisualProperty.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-