Interface ComponentPropertyBindingProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ComponentPropertyBindingProperties.Builder,ComponentPropertyBindingProperties>,SdkBuilder<ComponentPropertyBindingProperties.Builder,ComponentPropertyBindingProperties>,SdkPojo
- Enclosing class:
- ComponentPropertyBindingProperties
public static interface ComponentPropertyBindingProperties.Builder extends SdkPojo, CopyableBuilder<ComponentPropertyBindingProperties.Builder,ComponentPropertyBindingProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentPropertyBindingProperties.Builderfield(String field)The data field to bind the property to.ComponentPropertyBindingProperties.Builderproperty(String property)The component property to bind to the data field.-
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 Detail
-
property
ComponentPropertyBindingProperties.Builder property(String property)
The component property to bind to the data field.
- Parameters:
property- The component property to bind to the data field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
field
ComponentPropertyBindingProperties.Builder field(String field)
The data field to bind the property to.
- Parameters:
field- The data field to bind the property to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-