public static interface DescribeExportRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<DescribeExportRequest.Builder,DescribeExportRequest>
Modifier and Type | Method and Description |
---|---|
DescribeExportRequest.Builder |
exportArn(String exportArn)
The Amazon Resource Name (ARN) associated with the export.
|
DescribeExportRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeExportRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeExportRequest.Builder exportArn(String exportArn)
The Amazon Resource Name (ARN) associated with the export.
exportArn
- The Amazon Resource Name (ARN) associated with the export.DescribeExportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribeExportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.