Interface ComponentBindingPropertiesValue.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ComponentBindingPropertiesValue.Builder,,- ComponentBindingPropertiesValue> - SdkBuilder<ComponentBindingPropertiesValue.Builder,,- ComponentBindingPropertiesValue> - SdkPojo
- Enclosing class:
- ComponentBindingPropertiesValue
@Mutable
@NotThreadSafe
public static interface ComponentBindingPropertiesValue.Builder
extends SdkPojo, CopyableBuilder<ComponentBindingPropertiesValue.Builder,ComponentBindingPropertiesValue> 
- 
Method SummaryModifier and TypeMethodDescriptionbindingProperties(Consumer<ComponentBindingPropertiesValueProperties.Builder> bindingProperties) Describes the properties to customize with data at runtime.bindingProperties(ComponentBindingPropertiesValueProperties bindingProperties) Describes the properties to customize with data at runtime.defaultValue(String defaultValue) The default value of the property.The property type.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- 
typeThe property type. - Parameters:
- type- The property type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
bindingPropertiesComponentBindingPropertiesValue.Builder bindingProperties(ComponentBindingPropertiesValueProperties bindingProperties) Describes the properties to customize with data at runtime. - Parameters:
- bindingProperties- Describes the properties to customize with data at runtime.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
bindingPropertiesdefault ComponentBindingPropertiesValue.Builder bindingProperties(Consumer<ComponentBindingPropertiesValueProperties.Builder> bindingProperties) Describes the properties to customize with data at runtime. This is a convenience method that creates an instance of theComponentBindingPropertiesValueProperties.Builderavoiding the need to create one manually viaComponentBindingPropertiesValueProperties.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobindingProperties(ComponentBindingPropertiesValueProperties).- Parameters:
- bindingProperties- a consumer that will call methods on- ComponentBindingPropertiesValueProperties.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
defaultValueThe default value of the property. - Parameters:
- defaultValue- The default value of the property.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-