Interface ListEngagementsRequest.Builder

    • Method Detail

      • catalog

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

        ListEngagementsRequest.Builder createdBy​(Collection<String> createdBy)

        A list of AWS account IDs. When specified, the response includes engagements created by these accounts. This filter is useful for finding engagements created by specific team members.

        Parameters:
        createdBy - A list of AWS account IDs. When specified, the response includes engagements created by these accounts. This filter is useful for finding engagements created by specific team members.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdBy

        ListEngagementsRequest.Builder createdBy​(String... createdBy)

        A list of AWS account IDs. When specified, the response includes engagements created by these accounts. This filter is useful for finding engagements created by specific team members.

        Parameters:
        createdBy - A list of AWS account IDs. When specified, the response includes engagements created by these accounts. This filter is useful for finding engagements created by specific team members.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • engagementIdentifier

        ListEngagementsRequest.Builder engagementIdentifier​(Collection<String> engagementIdentifier)

        An array of strings representing engagement identifiers to retrieve.

        Parameters:
        engagementIdentifier - An array of strings representing engagement identifiers to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • engagementIdentifier

        ListEngagementsRequest.Builder engagementIdentifier​(String... engagementIdentifier)

        An array of strings representing engagement identifiers to retrieve.

        Parameters:
        engagementIdentifier - An array of strings representing engagement identifiers to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • excludeCreatedBy

        ListEngagementsRequest.Builder excludeCreatedBy​(Collection<String> excludeCreatedBy)

        An array of strings representing AWS Account IDs. Use this to exclude engagements created by specific users.

        Parameters:
        excludeCreatedBy - An array of strings representing AWS Account IDs. Use this to exclude engagements created by specific users.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • excludeCreatedBy

        ListEngagementsRequest.Builder excludeCreatedBy​(String... excludeCreatedBy)

        An array of strings representing AWS Account IDs. Use this to exclude engagements created by specific users.

        Parameters:
        excludeCreatedBy - An array of strings representing AWS Account IDs. Use this to exclude engagements created by specific users.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

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

        ListEngagementsRequest.Builder nextToken​(String nextToken)

        The token for the next set of results. This value is returned from a previous call.

        Parameters:
        nextToken - The token for the next set of results. This value is returned from a previous call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sort

        ListEngagementsRequest.Builder sort​(EngagementSort sort)

        An object that specifies the sort order of the results.

        Parameters:
        sort - An object that specifies the sort order of the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.