@Stability(value=Stable) public static final class CfnComponent.ComponentDataConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnComponent.ComponentDataConfigurationProperty>
CfnComponent.ComponentDataConfigurationProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnComponent.ComponentDataConfigurationProperty.Builder model(String model)
CfnComponent.ComponentDataConfigurationProperty.getModel()model - The name of the data model to use to bind data to a component. This parameter is required.this@Stability(value=Stable) public CfnComponent.ComponentDataConfigurationProperty.Builder identifiers(List<String> identifiers)
CfnComponent.ComponentDataConfigurationProperty.getIdentifiers()identifiers - A list of IDs to use to bind data to a component.
Use this property to bind specifically chosen data, rather than data retrieved from a query.this@Stability(value=Stable) public CfnComponent.ComponentDataConfigurationProperty.Builder predicate(CfnComponent.PredicateProperty predicate)
CfnComponent.ComponentDataConfigurationProperty.getPredicate()predicate - Represents the conditional logic to use when binding data to a component.
Use this property to retrieve only a subset of the data in a collection.this@Stability(value=Stable) public CfnComponent.ComponentDataConfigurationProperty.Builder predicate(IResolvable predicate)
CfnComponent.ComponentDataConfigurationProperty.getPredicate()predicate - Represents the conditional logic to use when binding data to a component.
Use this property to retrieve only a subset of the data in a collection.this@Stability(value=Stable) public CfnComponent.ComponentDataConfigurationProperty.Builder sort(IResolvable sort)
CfnComponent.ComponentDataConfigurationProperty.getSort()sort - Describes how to sort the component's properties.this@Stability(value=Stable) public CfnComponent.ComponentDataConfigurationProperty.Builder sort(List<? extends Object> sort)
CfnComponent.ComponentDataConfigurationProperty.getSort()sort - Describes how to sort the component's properties.this@Stability(value=Stable) public CfnComponent.ComponentDataConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnComponent.ComponentDataConfigurationProperty>CfnComponent.ComponentDataConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.