Interface DescribeExportResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeExportResponse.Builder,,DescribeExportResponse> DynamoDbResponse.Builder,SdkBuilder<DescribeExportResponse.Builder,,DescribeExportResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeExportResponse
public static interface DescribeExportResponse.Builder
extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeExportResponse.Builder,DescribeExportResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault DescribeExportResponse.BuilderexportDescription(Consumer<ExportDescription.Builder> exportDescription) Represents the properties of the export.exportDescription(ExportDescription exportDescription) Represents the properties of the export.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
exportDescription
Represents the properties of the export.
- Parameters:
 exportDescription- Represents the properties of the export.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
exportDescription
default DescribeExportResponse.Builder exportDescription(Consumer<ExportDescription.Builder> exportDescription) Represents the properties of the export.
This is a convenience method that creates an instance of theExportDescription.Builderavoiding the need to create one manually viaExportDescription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexportDescription(ExportDescription).- Parameters:
 exportDescription- a consumer that will call methods onExportDescription.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -