Interface DescribeBackupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeBackupRequest.Builder,DescribeBackupRequest>
,DynamoDbRequest.Builder
,SdkBuilder<DescribeBackupRequest.Builder,DescribeBackupRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DescribeBackupRequest
public static interface DescribeBackupRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<DescribeBackupRequest.Builder,DescribeBackupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeBackupRequest.Builder
backupArn(String backupArn)
The Amazon Resource Name (ARN) associated with the backup.DescribeBackupRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DescribeBackupRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
backupArn
DescribeBackupRequest.Builder backupArn(String backupArn)
The Amazon Resource Name (ARN) associated with the backup.
- Parameters:
backupArn
- The Amazon Resource Name (ARN) associated with the backup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeBackupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeBackupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-