Interface ListSnapshotsRequest.Builder

  • Method Details

    • 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.
    • overrideConfiguration

      ListSnapshotsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.