public static interface DescribeExportResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeExportResponse.Builder,DescribeExportResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeExportResponse.Builder |
exportDescription(Consumer<ExportDescription.Builder> exportDescription)
Represents the properties of the export.
|
DescribeExportResponse.Builder |
exportDescription(ExportDescription exportDescription)
Represents the properties of the export.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeExportResponse.Builder exportDescription(ExportDescription exportDescription)
Represents the properties of the export.
exportDescription - Represents the properties of the export.default DescribeExportResponse.Builder exportDescription(Consumer<ExportDescription.Builder> exportDescription)
Represents the properties of the 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 © 2022. All rights reserved.