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
Modifier and TypeMethodDescriptionThe name of the plugin visual property.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 Details
-
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
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.
-