Interface DBClusterSnapshotAttributesResult.Builder

    • Method Detail

      • dbClusterSnapshotIdentifier

        DBClusterSnapshotAttributesResult.Builder dbClusterSnapshotIdentifier​(String dbClusterSnapshotIdentifier)

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

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

        DBClusterSnapshotAttributesResult.Builder dbClusterSnapshotAttributes​(Collection<DBClusterSnapshotAttribute> dbClusterSnapshotAttributes)

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

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

        DBClusterSnapshotAttributesResult.Builder dbClusterSnapshotAttributes​(DBClusterSnapshotAttribute... dbClusterSnapshotAttributes)

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

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