Interface ListSnapshotsRequest.Builder

    • Method Detail

      • endTime

        ListSnapshotsRequest.Builder endTime​(Instant endTime)

        The timestamp showing when the snapshot creation finished.

        Parameters:
        endTime - The timestamp showing when the snapshot creation finished.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListSnapshotsRequest.Builder maxResults​(Integer maxResults)

        An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.

        Parameters:
        maxResults - An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • namespaceArn

        ListSnapshotsRequest.Builder namespaceArn​(String namespaceArn)

        The Amazon Resource Name (ARN) of the namespace from which to list all snapshots.

        Parameters:
        namespaceArn - The Amazon Resource Name (ARN) of the namespace from which to list all snapshots.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • namespaceName

        ListSnapshotsRequest.Builder namespaceName​(String namespaceName)

        The namespace from which to list all snapshots.

        Parameters:
        namespaceName - The namespace from which to list all snapshots.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSnapshotsRequest.Builder nextToken​(String nextToken)

        If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.

        Parameters:
        nextToken - If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ownerAccount

        ListSnapshotsRequest.Builder ownerAccount​(String ownerAccount)

        The owner Amazon Web Services account of the snapshot.

        Parameters:
        ownerAccount - The owner Amazon Web Services account of the snapshot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        ListSnapshotsRequest.Builder startTime​(Instant startTime)

        The time when the creation of the snapshot was initiated.

        Parameters:
        startTime - The time when the creation of the snapshot was initiated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.