public static interface ExportTableToPointInTimeResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<ExportTableToPointInTimeResponse.Builder,ExportTableToPointInTimeResponse>
| Modifier and Type | Method and Description |
|---|---|
default ExportTableToPointInTimeResponse.Builder |
exportDescription(Consumer<ExportDescription.Builder> exportDescription)
Contains a description of the table export.
|
ExportTableToPointInTimeResponse.Builder |
exportDescription(ExportDescription exportDescription)
Contains a description of the table export.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildExportTableToPointInTimeResponse.Builder exportDescription(ExportDescription exportDescription)
Contains a description of the table export.
exportDescription - Contains a description of the table export.default ExportTableToPointInTimeResponse.Builder exportDescription(Consumer<ExportDescription.Builder> exportDescription)
Contains a description of the table export.
This is a convenience that creates an instance of theExportDescription.Builder avoiding the need to
create one manually via ExportDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to exportDescription(ExportDescription).exportDescription - a consumer that will call methods on ExportDescription.BuilderexportDescription(ExportDescription)Copyright © 2021. All rights reserved.