Interface ComponentPropertyBindingProperties.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ComponentPropertyBindingProperties.Builder,,- ComponentPropertyBindingProperties> - SdkBuilder<ComponentPropertyBindingProperties.Builder,,- ComponentPropertyBindingProperties> - SdkPojo
- Enclosing class:
- ComponentPropertyBindingProperties
@Mutable
@NotThreadSafe
public static interface ComponentPropertyBindingProperties.Builder
extends SdkPojo, CopyableBuilder<ComponentPropertyBindingProperties.Builder,ComponentPropertyBindingProperties> 
- 
Method SummaryModifier and TypeMethodDescriptionThe data field to bind the property to.The component property to bind to the data field.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
propertyThe 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.
 
- 
fieldThe 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.
 
 
-