Interface ComponentDataConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ComponentDataConfiguration.Builder,,- ComponentDataConfiguration> - SdkBuilder<ComponentDataConfiguration.Builder,,- ComponentDataConfiguration> - SdkPojo
- Enclosing class:
- ComponentDataConfiguration
- 
Method SummaryModifier and TypeMethodDescriptionidentifiers(String... identifiers) A list of IDs to use to bind data to a component.identifiers(Collection<String> identifiers) A list of IDs to use to bind data to a component.The name of the data model to use to bind data to a component.predicate(Consumer<Predicate.Builder> predicate) Represents the conditional logic to use when binding data to a component.Represents the conditional logic to use when binding data to a component.sort(Collection<SortProperty> sort) Describes how to sort the component's properties.sort(Consumer<SortProperty.Builder>... sort) Describes how to sort the component's properties.sort(SortProperty... sort) Describes how to sort the component's properties.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- 
modelThe name of the data model to use to bind data to a component. - Parameters:
- model- The name of the data model to use to bind data to a component.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sortDescribes how to sort the component's properties. - Parameters:
- sort- Describes how to sort the component's properties.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sortDescribes how to sort the component's properties. - Parameters:
- sort- Describes how to sort the component's properties.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sortDescribes how to sort the component's properties. This is a convenience method that creates an instance of theSortProperty.Builderavoiding the need to create one manually viaSortProperty.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosort(List<SortProperty>).- Parameters:
- sort- a consumer that will call methods on- SortProperty.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
predicateRepresents 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
predicateRepresents 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 is a convenience method that creates an instance of thePredicate.Builderavoiding the need to create one manually viaPredicate.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topredicate(Predicate).- Parameters:
- predicate- a consumer that will call methods on- Predicate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
identifiersA 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
identifiersA 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-