public static interface ComponentBindingPropertiesValue.Builder extends SdkPojo, CopyableBuilder<ComponentBindingPropertiesValue.Builder,ComponentBindingPropertiesValue>
| Modifier and Type | Method and Description |
|---|---|
ComponentBindingPropertiesValue.Builder |
bindingProperties(ComponentBindingPropertiesValueProperties bindingProperties)
Describes the properties to customize with data at runtime.
|
default ComponentBindingPropertiesValue.Builder |
bindingProperties(Consumer<ComponentBindingPropertiesValueProperties.Builder> bindingProperties)
Describes the properties to customize with data at runtime.
|
ComponentBindingPropertiesValue.Builder |
defaultValue(String defaultValue)
The default value of the property.
|
ComponentBindingPropertiesValue.Builder |
type(String type)
The property type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComponentBindingPropertiesValue.Builder bindingProperties(ComponentBindingPropertiesValueProperties bindingProperties)
Describes the properties to customize with data at runtime.
bindingProperties - Describes the properties to customize with data at runtime.default 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.Builder avoiding the need to create one manually via
ComponentBindingPropertiesValueProperties.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
bindingProperties(ComponentBindingPropertiesValueProperties).
bindingProperties - a consumer that will call methods on ComponentBindingPropertiesValueProperties.BuilderbindingProperties(ComponentBindingPropertiesValueProperties)ComponentBindingPropertiesValue.Builder defaultValue(String defaultValue)
The default value of the property.
defaultValue - The default value of the property.ComponentBindingPropertiesValue.Builder type(String type)
The property type.
type - The property type.Copyright © 2022. All rights reserved.