Interface DBSnapshotAttributesResult.Builder

    • Method Detail

      • dbSnapshotIdentifier

        DBSnapshotAttributesResult.Builder dbSnapshotIdentifier​(String dbSnapshotIdentifier)

        The identifier of the manual DB snapshot that the attributes apply to.

        Parameters:
        dbSnapshotIdentifier - The identifier of the manual DB snapshot that the attributes apply to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbSnapshotAttributes

        DBSnapshotAttributesResult.Builder dbSnapshotAttributes​(Collection<DBSnapshotAttribute> dbSnapshotAttributes)

        The list of attributes and values for the manual DB snapshot.

        Parameters:
        dbSnapshotAttributes - The list of attributes and values for the manual DB snapshot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbSnapshotAttributes

        DBSnapshotAttributesResult.Builder dbSnapshotAttributes​(DBSnapshotAttribute... dbSnapshotAttributes)

        The list of attributes and values for the manual DB snapshot.

        Parameters:
        dbSnapshotAttributes - The list of attributes and values for the manual DB snapshot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.