Interface ListEngagementResourceAssociationsRequest.Builder

    • Method Detail

      • catalog

        ListEngagementResourceAssociationsRequest.Builder catalog​(String catalog)

        Specifies the catalog in which to search for engagement-resource associations. Valid Values: "AWS" or "Sandbox"

        • AWS for production environments.

        • Sandbox for testing and development purposes.

        Parameters:
        catalog - Specifies the catalog in which to search for engagement-resource associations. Valid Values: "AWS" or "Sandbox"

        • AWS for production environments.

        • Sandbox for testing and development purposes.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdBy

        ListEngagementResourceAssociationsRequest.Builder createdBy​(String createdBy)

        Filters the response to include only snapshots of resources owned by the specified AWS account ID. Use this when you want to find associations related to resources owned by a particular account.

        Parameters:
        createdBy - Filters the response to include only snapshots of resources owned by the specified AWS account ID. Use this when you want to find associations related to resources owned by a particular account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • engagementIdentifier

        ListEngagementResourceAssociationsRequest.Builder engagementIdentifier​(String engagementIdentifier)

        Filters the results to include only associations related to the specified engagement. Use this when you want to find all resources associated with a specific engagement.

        Parameters:
        engagementIdentifier - Filters the results to include only associations related to the specified engagement. Use this when you want to find all resources associated with a specific engagement.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListEngagementResourceAssociationsRequest.Builder maxResults​(Integer maxResults)

        Limits the number of results returned in a single call. Use this to control the number of results returned, especially useful for pagination.

        Parameters:
        maxResults - Limits the number of results returned in a single call. Use this to control the number of results returned, especially useful for pagination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEngagementResourceAssociationsRequest.Builder nextToken​(String nextToken)

        A token used for pagination of results. Include this token in subsequent requests to retrieve the next set of results.

        Parameters:
        nextToken - A token used for pagination of results. Include this token in subsequent requests to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceIdentifier

        ListEngagementResourceAssociationsRequest.Builder resourceIdentifier​(String resourceIdentifier)

        Filters the results to include only associations with the specified resource. Varies depending on the resource type. Use this when you want to find all engagements associated with a specific resource.

        Parameters:
        resourceIdentifier - Filters the results to include only associations with the specified resource. Varies depending on the resource type. Use this when you want to find all engagements associated with a specific resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceType

        ListEngagementResourceAssociationsRequest.Builder resourceType​(String resourceType)

        Filters the results to include only associations with resources of the specified type.

        Parameters:
        resourceType - Filters the results to include only associations with resources of the specified type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceType, ResourceType
      • resourceType

        ListEngagementResourceAssociationsRequest.Builder resourceType​(ResourceType resourceType)

        Filters the results to include only associations with resources of the specified type.

        Parameters:
        resourceType - Filters the results to include only associations with resources of the specified type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceType, ResourceType