Uses of Interface
software.amazon.awssdk.services.dynamodb.model.SourceTableFeatureDetails.Builder
Packages that use SourceTableFeatureDetails.Builder
-
Uses of SourceTableFeatureDetails.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return SourceTableFeatureDetails.BuilderModifier and TypeMethodDescriptionSourceTableFeatureDetails.builder()SourceTableFeatureDetails.Builder.globalSecondaryIndexes(Collection<GlobalSecondaryIndexInfo> globalSecondaryIndexes) Represents the GSI properties for the table when the backup was created.SourceTableFeatureDetails.Builder.globalSecondaryIndexes(Consumer<GlobalSecondaryIndexInfo.Builder>... globalSecondaryIndexes) Represents the GSI properties for the table when the backup was created.SourceTableFeatureDetails.Builder.globalSecondaryIndexes(GlobalSecondaryIndexInfo... globalSecondaryIndexes) Represents the GSI properties for the table when the backup was created.SourceTableFeatureDetails.Builder.localSecondaryIndexes(Collection<LocalSecondaryIndexInfo> localSecondaryIndexes) Represents the LSI properties for the table when the backup was created.SourceTableFeatureDetails.Builder.localSecondaryIndexes(Consumer<LocalSecondaryIndexInfo.Builder>... localSecondaryIndexes) Represents the LSI properties for the table when the backup was created.SourceTableFeatureDetails.Builder.localSecondaryIndexes(LocalSecondaryIndexInfo... localSecondaryIndexes) Represents the LSI properties for the table when the backup was created.SourceTableFeatureDetails.Builder.sseDescription(Consumer<SSEDescription.Builder> sseDescription) The description of the server-side encryption status on the table when the backup was created.SourceTableFeatureDetails.Builder.sseDescription(SSEDescription sseDescription) The description of the server-side encryption status on the table when the backup was created.SourceTableFeatureDetails.Builder.streamDescription(Consumer<StreamSpecification.Builder> streamDescription) Stream settings on the table when the backup was created.SourceTableFeatureDetails.Builder.streamDescription(StreamSpecification streamDescription) Stream settings on the table when the backup was created.SourceTableFeatureDetails.Builder.timeToLiveDescription(Consumer<TimeToLiveDescription.Builder> timeToLiveDescription) Time to Live settings on the table when the backup was created.SourceTableFeatureDetails.Builder.timeToLiveDescription(TimeToLiveDescription timeToLiveDescription) Time to Live settings on the table when the backup was created.SourceTableFeatureDetails.toBuilder()SourceTableFeatureDetails.Builder.vectorIndexes(Collection<VectorIndexInfo> vectorIndexes) The vector index properties for the table at the time the backup was created, including the index name, vector attribute, dimensions, distance function, search schema, and projection.SourceTableFeatureDetails.Builder.vectorIndexes(Consumer<VectorIndexInfo.Builder>... vectorIndexes) The vector index properties for the table at the time the backup was created, including the index name, vector attribute, dimensions, distance function, search schema, and projection.SourceTableFeatureDetails.Builder.vectorIndexes(VectorIndexInfo... vectorIndexes) The vector index properties for the table at the time the backup was created, including the index name, vector attribute, dimensions, distance function, search schema, and projection.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type SourceTableFeatureDetails.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SourceTableFeatureDetails.Builder>SourceTableFeatureDetails.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type SourceTableFeatureDetails.BuilderModifier and TypeMethodDescriptiondefault BackupDescription.BuilderBackupDescription.Builder.sourceTableFeatureDetails(Consumer<SourceTableFeatureDetails.Builder> sourceTableFeatureDetails) Contains the details of the features enabled on the table when the backup was created.