@Stability(value=Stable)
public static interface CfnComponent.ComponentDataConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.amplifyuibuilder.*;
PredicateProperty predicateProperty_;
ComponentDataConfigurationProperty componentDataConfigurationProperty = ComponentDataConfigurationProperty.builder()
.model("model")
// the properties below are optional
.identifiers(List.of("identifiers"))
.predicate(PredicateProperty.builder()
.and(List.of(predicateProperty_))
.field("field")
.operand("operand")
.operator("operator")
.or(List.of(predicateProperty_))
.build())
.sort(List.of(SortPropertyProperty.builder()
.direction("direction")
.field("field")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnComponent.ComponentDataConfigurationProperty.Builder
A builder for
CfnComponent.ComponentDataConfigurationProperty |
static class |
CfnComponent.ComponentDataConfigurationProperty.Jsii$Proxy
An implementation for
CfnComponent.ComponentDataConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnComponent.ComponentDataConfigurationProperty.Builder |
builder() |
default List<String> |
getIdentifiers()
`CfnComponent.ComponentDataConfigurationProperty.Identifiers`.
|
String |
getModel()
`CfnComponent.ComponentDataConfigurationProperty.Model`.
|
default Object |
getPredicate()
`CfnComponent.ComponentDataConfigurationProperty.Predicate`.
|
default Object |
getSort()
`CfnComponent.ComponentDataConfigurationProperty.Sort`.
|
@Stability(value=Stable) @Nullable default List<String> getIdentifiers()
@Stability(value=Stable) @NotNull String getModel()
@Stability(value=Stable) @Nullable default Object getPredicate()
@Stability(value=Stable) @Nullable default Object getSort()
@Stability(value=Stable) static CfnComponent.ComponentDataConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.