@Stability(value=Stable)
public static interface CfnIndex.RelevanceProperty
extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CfnIndex.RelevanceProperty.Builder
A builder for
CfnIndex.RelevanceProperty |
static class |
CfnIndex.RelevanceProperty.Jsii$Proxy
An implementation for
CfnIndex.RelevanceProperty |
Modifier and Type | Method and Description |
---|---|
static CfnIndex.RelevanceProperty.Builder |
builder() |
default String |
getDuration()
`CfnIndex.RelevanceProperty.Duration`.
|
default Object |
getFreshness()
`CfnIndex.RelevanceProperty.Freshness`.
|
default Number |
getImportance()
`CfnIndex.RelevanceProperty.Importance`.
|
default String |
getRankOrder()
`CfnIndex.RelevanceProperty.RankOrder`.
|
default Object |
getValueImportanceItems()
`CfnIndex.RelevanceProperty.ValueImportanceItems`.
|
@Stability(value=Stable) @Nullable default String getDuration()
@Stability(value=Stable) @Nullable default Object getFreshness()
@Stability(value=Stable) @Nullable default Number getImportance()
@Stability(value=Stable) @Nullable default String getRankOrder()
@Stability(value=Stable) @Nullable default Object getValueImportanceItems()
@Stability(value=Stable) static CfnIndex.RelevanceProperty.Builder builder()
CfnIndex.RelevanceProperty.Builder
of CfnIndex.RelevanceProperty
Copyright © 2021. All rights reserved.