Interface DescribeSnapshotsRequest.Builder

    • Method Detail

      • directoryId

        DescribeSnapshotsRequest.Builder directoryId​(String directoryId)

        The identifier of the directory for which to retrieve snapshot information.

        Parameters:
        directoryId - The identifier of the directory for which to retrieve snapshot information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • snapshotIds

        DescribeSnapshotsRequest.Builder snapshotIds​(Collection<String> snapshotIds)

        A list of identifiers of the snapshots to obtain the information for. If this member is null or empty, all snapshots are returned using the Limit and NextToken members.

        Parameters:
        snapshotIds - A list of identifiers of the snapshots to obtain the information for. If this member is null or empty, all snapshots are returned using the Limit and NextToken members.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • snapshotIds

        DescribeSnapshotsRequest.Builder snapshotIds​(String... snapshotIds)

        A list of identifiers of the snapshots to obtain the information for. If this member is null or empty, all snapshots are returned using the Limit and NextToken members.

        Parameters:
        snapshotIds - A list of identifiers of the snapshots to obtain the information for. If this member is null or empty, all snapshots are returned using the Limit and NextToken members.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeSnapshotsRequest.Builder nextToken​(String nextToken)

        The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots. Pass null if this is the first call.

        Parameters:
        nextToken - The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots. Pass null if this is the first call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • limit

        DescribeSnapshotsRequest.Builder limit​(Integer limit)

        The maximum number of objects to return.

        Parameters:
        limit - The maximum number of objects to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.