Interface ListResourceSnapshotsRequest.Builder

  • Method Details

    • catalog

      Specifies the catalog related to the request.

      Parameters:
      catalog - Specifies the catalog related to the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdBy

      Filters the response to include only snapshots of resources owned by the specified AWS account.

      Parameters:
      createdBy - Filters the response to include only snapshots of resources owned by the specified AWS account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • engagementIdentifier

      ListResourceSnapshotsRequest.Builder engagementIdentifier(String engagementIdentifier)

      The unique identifier of the engagement associated with the snapshots.

      Parameters:
      engagementIdentifier - The unique identifier of the engagement associated with the snapshots.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of results to return in a single call.

      Parameters:
      maxResults - The maximum number of results to return in a single call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The token for the next set of results.

      Parameters:
      nextToken - The token for the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceIdentifier

      ListResourceSnapshotsRequest.Builder resourceIdentifier(String resourceIdentifier)

      Filters the response to include only snapshots of the specified resource.

      Parameters:
      resourceIdentifier - Filters the response to include only snapshots of the specified resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceSnapshotTemplateIdentifier

      ListResourceSnapshotsRequest.Builder resourceSnapshotTemplateIdentifier(String resourceSnapshotTemplateIdentifier)

      Filters the response to include only snapshots created using the specified template.

      Parameters:
      resourceSnapshotTemplateIdentifier - Filters the response to include only snapshots created using the specified template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceType

      ListResourceSnapshotsRequest.Builder resourceType(String resourceType)

      Filters the response to include only snapshots of the specified resource type.

      Parameters:
      resourceType - Filters the response to include only snapshots of the specified resource type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceType

      Filters the response to include only snapshots of the specified resource type.

      Parameters:
      resourceType - Filters the response to include only snapshots of the specified resource type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      ListResourceSnapshotsRequest.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.