Interface DescribeDbSnapshotAttributesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeDbSnapshotAttributesRequest.Builder,DescribeDbSnapshotAttributesRequest>,RdsRequest.Builder,SdkBuilder<DescribeDbSnapshotAttributesRequest.Builder,DescribeDbSnapshotAttributesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeDbSnapshotAttributesRequest
public static interface DescribeDbSnapshotAttributesRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<DescribeDbSnapshotAttributesRequest.Builder,DescribeDbSnapshotAttributesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeDbSnapshotAttributesRequest.BuilderdbSnapshotIdentifier(String dbSnapshotIdentifier)The identifier for the DB snapshot to describe the attributes for.DescribeDbSnapshotAttributesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeDbSnapshotAttributesRequest.BuilderoverrideConfiguration(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.rds.model.RdsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
dbSnapshotIdentifier
DescribeDbSnapshotAttributesRequest.Builder dbSnapshotIdentifier(String dbSnapshotIdentifier)
The identifier for the DB snapshot to describe the attributes for.
- Parameters:
dbSnapshotIdentifier- The identifier for the DB snapshot to describe the attributes for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeDbSnapshotAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeDbSnapshotAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-