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