CopyableBuilder<GlobalSecondaryIndexUpdate.Builder,GlobalSecondaryIndexUpdate>
, SdkBuilder<GlobalSecondaryIndexUpdate.Builder,GlobalSecondaryIndexUpdate>
public static interface GlobalSecondaryIndexUpdate.Builder extends CopyableBuilder<GlobalSecondaryIndexUpdate.Builder,GlobalSecondaryIndexUpdate>
Modifier and Type | Method | Description |
---|---|---|
GlobalSecondaryIndexUpdate.Builder |
create(CreateGlobalSecondaryIndexAction create) |
The parameters required for creating a global secondary index on an existing table:
|
GlobalSecondaryIndexUpdate.Builder |
delete(DeleteGlobalSecondaryIndexAction delete) |
The name of an existing global secondary index to be removed.
|
GlobalSecondaryIndexUpdate.Builder |
update(UpdateGlobalSecondaryIndexAction update) |
The name of an existing global secondary index, along with new provisioned throughput settings to be applied
to that index.
|
copy
apply, build
GlobalSecondaryIndexUpdate.Builder update(UpdateGlobalSecondaryIndexAction update)
The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.
update
- The name of an existing global secondary index, along with new provisioned throughput settings to be
applied to that index.GlobalSecondaryIndexUpdate.Builder create(CreateGlobalSecondaryIndexAction create)
The parameters required for creating a global secondary index on an existing table:
IndexName
KeySchema
AttributeDefinitions
Projection
ProvisionedThroughput
create
- The parameters required for creating a global secondary index on an existing table:
IndexName
KeySchema
AttributeDefinitions
Projection
ProvisionedThroughput
GlobalSecondaryIndexUpdate.Builder delete(DeleteGlobalSecondaryIndexAction delete)
The name of an existing global secondary index to be removed.
delete
- The name of an existing global secondary index to be removed.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.