Uses of Interface
software.amazon.awssdk.services.rds.model.DBClusterSnapshotAttributesResult.Builder
-
Packages that use DBClusterSnapshotAttributesResult.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of DBClusterSnapshotAttributesResult.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBClusterSnapshotAttributesResult.Builder Modifier and Type Method Description static DBClusterSnapshotAttributesResult.BuilderDBClusterSnapshotAttributesResult. builder()DBClusterSnapshotAttributesResult.BuilderDBClusterSnapshotAttributesResult.Builder. dbClusterSnapshotAttributes(Collection<DBClusterSnapshotAttribute> dbClusterSnapshotAttributes)The list of attributes and values for the manual DB cluster snapshot.DBClusterSnapshotAttributesResult.BuilderDBClusterSnapshotAttributesResult.Builder. dbClusterSnapshotAttributes(Consumer<DBClusterSnapshotAttribute.Builder>... dbClusterSnapshotAttributes)The list of attributes and values for the manual DB cluster snapshot.DBClusterSnapshotAttributesResult.BuilderDBClusterSnapshotAttributesResult.Builder. dbClusterSnapshotAttributes(DBClusterSnapshotAttribute... dbClusterSnapshotAttributes)The list of attributes and values for the manual DB cluster snapshot.DBClusterSnapshotAttributesResult.BuilderDBClusterSnapshotAttributesResult.Builder. dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier)The identifier of the manual DB cluster snapshot that the attributes apply to.DBClusterSnapshotAttributesResult.BuilderDBClusterSnapshotAttributesResult. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBClusterSnapshotAttributesResult.Builder Modifier and Type Method Description static Class<? extends DBClusterSnapshotAttributesResult.Builder>DBClusterSnapshotAttributesResult. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBClusterSnapshotAttributesResult.Builder Modifier and Type Method Description default DescribeDbClusterSnapshotAttributesResponse.BuilderDescribeDbClusterSnapshotAttributesResponse.Builder. dbClusterSnapshotAttributesResult(Consumer<DBClusterSnapshotAttributesResult.Builder> dbClusterSnapshotAttributesResult)Sets the value of the DBClusterSnapshotAttributesResult property for this object.default ModifyDbClusterSnapshotAttributeResponse.BuilderModifyDbClusterSnapshotAttributeResponse.Builder. dbClusterSnapshotAttributesResult(Consumer<DBClusterSnapshotAttributesResult.Builder> dbClusterSnapshotAttributesResult)Sets the value of the DBClusterSnapshotAttributesResult property for this object.
-