Interface ListResourceSnapshotsRequest.Builder

    • Method Detail

      • catalog

        ListResourceSnapshotsRequest.Builder catalog​(String 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

        ListResourceSnapshotsRequest.Builder createdBy​(String 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

        ListResourceSnapshotsRequest.Builder maxResults​(Integer 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

        ListResourceSnapshotsRequest.Builder nextToken​(String 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, ResourceType
      • resourceType

        ListResourceSnapshotsRequest.Builder resourceType​(ResourceType 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, ResourceType