Interface PluginVisualProperty.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PluginVisualProperty.Builder,PluginVisualProperty>,SdkBuilder<PluginVisualProperty.Builder,PluginVisualProperty>,SdkPojo
- Enclosing class:
- PluginVisualProperty
@Mutable @NotThreadSafe public static interface PluginVisualProperty.Builder extends SdkPojo, CopyableBuilder<PluginVisualProperty.Builder,PluginVisualProperty>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PluginVisualProperty.Buildername(String name)The name of the plugin visual property.PluginVisualProperty.Buildervalue(String value)The value of the plugin visual property.-
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 Detail
-
name
PluginVisualProperty.Builder name(String name)
The name of the plugin visual property.
- Parameters:
name- The name of the plugin visual property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
PluginVisualProperty.Builder value(String value)
The value of the plugin visual property.
- Parameters:
value- The value of the plugin visual property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-