@Value.Immutable
public interface ReadOperationProperty
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isNullable()
Specifies if the source field can have a null value.
|
Boolean |
isQueryable()
Specifies if the source field can be queried.
|
Boolean |
isRetrievable()
Specifies if the source field can be returned in a search result.
|
Boolean |
isTimestampFieldForIncrementalQueries()
Specifies if the source field can be used for incremental queries.
|
Copyright © 2021–2022 Amazon Web Services. All rights reserved.