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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ExportTableToPointInTimeResponse.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.Builder
exportDescription(ExportDescription)
Copyright © 2020. All rights reserved.