public static interface AwsDynamoDbTableProjection.Builder extends SdkPojo, CopyableBuilder<AwsDynamoDbTableProjection.Builder,AwsDynamoDbTableProjection>
| Modifier and Type | Method and Description |
|---|---|
AwsDynamoDbTableProjection.Builder |
nonKeyAttributes(Collection<String> nonKeyAttributes)
The nonkey attributes that are projected into the index.
|
AwsDynamoDbTableProjection.Builder |
nonKeyAttributes(String... nonKeyAttributes)
The nonkey attributes that are projected into the index.
|
AwsDynamoDbTableProjection.Builder |
projectionType(String projectionType)
The types of attributes that are projected into the index.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsDynamoDbTableProjection.Builder nonKeyAttributes(Collection<String> nonKeyAttributes)
The nonkey attributes that are projected into the index. For each attribute, provide the attribute name.
nonKeyAttributes - The nonkey attributes that are projected into the index. For each attribute, provide the attribute
name.AwsDynamoDbTableProjection.Builder nonKeyAttributes(String... nonKeyAttributes)
The nonkey attributes that are projected into the index. For each attribute, provide the attribute name.
nonKeyAttributes - The nonkey attributes that are projected into the index. For each attribute, provide the attribute
name.AwsDynamoDbTableProjection.Builder projectionType(String projectionType)
The types of attributes that are projected into the index. Valid values are as follows:
ALL
INCLUDE
KEYS_ONLY
projectionType - The types of attributes that are projected into the index. Valid values are as follows:
ALL
INCLUDE
KEYS_ONLY
Copyright © 2023. All rights reserved.