static SourceTableFeatureDetails.Builder |
SourceTableFeatureDetails.builder() |
|
SourceTableFeatureDetails.Builder |
SourceTableFeatureDetails.Builder.globalSecondaryIndexes(Collection<GlobalSecondaryIndexInfo> globalSecondaryIndexes) |
Represents the GSI properties for the table when the backup was created.
|
SourceTableFeatureDetails.Builder |
SourceTableFeatureDetails.Builder.globalSecondaryIndexes(Consumer<GlobalSecondaryIndexInfo.Builder>... globalSecondaryIndexes) |
Represents the GSI properties for the table when the backup was created.
|
SourceTableFeatureDetails.Builder |
SourceTableFeatureDetails.Builder.globalSecondaryIndexes(GlobalSecondaryIndexInfo... globalSecondaryIndexes) |
Represents the GSI properties for the table when the backup was created.
|
SourceTableFeatureDetails.Builder |
SourceTableFeatureDetails.Builder.localSecondaryIndexes(Collection<LocalSecondaryIndexInfo> localSecondaryIndexes) |
Represents the LSI properties for the table when the backup was created.
|
SourceTableFeatureDetails.Builder |
SourceTableFeatureDetails.Builder.localSecondaryIndexes(Consumer<LocalSecondaryIndexInfo.Builder>... localSecondaryIndexes) |
Represents the LSI properties for the table when the backup was created.
|
SourceTableFeatureDetails.Builder |
SourceTableFeatureDetails.Builder.localSecondaryIndexes(LocalSecondaryIndexInfo... localSecondaryIndexes) |
Represents the LSI properties for the table when the backup was created.
|
default SourceTableFeatureDetails.Builder |
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 |
SourceTableFeatureDetails.Builder.sseDescription(SSEDescription sseDescription) |
The description of the server-side encryption status on the table when the backup was created.
|
default SourceTableFeatureDetails.Builder |
SourceTableFeatureDetails.Builder.streamDescription(Consumer<StreamSpecification.Builder> streamDescription) |
Stream settings on the table when the backup was created.
|
SourceTableFeatureDetails.Builder |
SourceTableFeatureDetails.Builder.streamDescription(StreamSpecification streamDescription) |
Stream settings on the table when the backup was created.
|
default SourceTableFeatureDetails.Builder |
SourceTableFeatureDetails.Builder.timeToLiveDescription(Consumer<TimeToLiveDescription.Builder> timeToLiveDescription) |
Time to Live settings on the table when the backup was created.
|
SourceTableFeatureDetails.Builder |
SourceTableFeatureDetails.Builder.timeToLiveDescription(TimeToLiveDescription timeToLiveDescription) |
Time to Live settings on the table when the backup was created.
|
SourceTableFeatureDetails.Builder |
SourceTableFeatureDetails.toBuilder() |
|