public static interface SourceFieldProperties.Builder extends SdkPojo, CopyableBuilder<SourceFieldProperties.Builder,SourceFieldProperties>
Modifier and Type | Method and Description |
---|---|
SourceFieldProperties.Builder |
isQueryable(Boolean isQueryable)
Indicates if the field can be queried.
|
SourceFieldProperties.Builder |
isRetrievable(Boolean isRetrievable)
Indicates whether the field can be returned in a search result.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
SourceFieldProperties.Builder isRetrievable(Boolean isRetrievable)
Indicates whether the field can be returned in a search result.
isRetrievable
- Indicates whether the field can be returned in a search result.SourceFieldProperties.Builder isQueryable(Boolean isQueryable)
Indicates if the field can be queried.
isQueryable
- Indicates if the field can be queried.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.