Interface DescribeDbShardGroupsResponse.Builder

    • Method Detail

      • dbShardGroups

        DescribeDbShardGroupsResponse.Builder dbShardGroups​(Collection<DBShardGroup> dbShardGroups)

        Contains a list of DB shard groups for the user.

        Parameters:
        dbShardGroups - Contains a list of DB shard groups for the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbShardGroups

        DescribeDbShardGroupsResponse.Builder dbShardGroups​(DBShardGroup... dbShardGroups)

        Contains a list of DB shard groups for the user.

        Parameters:
        dbShardGroups - Contains a list of DB shard groups for the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        DescribeDbShardGroupsResponse.Builder marker​(String marker)

        A pagination token that can be used in a later DescribeDBClusters request.

        Parameters:
        marker - A pagination token that can be used in a later DescribeDBClusters request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.