Interface ListProblemsResponse.Builder

    • Method Detail

      • problemList

        ListProblemsResponse.Builder problemList​(Collection<Problem> problemList)

        The list of problems.

        Parameters:
        problemList - The list of problems.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • problemList

        ListProblemsResponse.Builder problemList​(Problem... problemList)

        The list of problems.

        Parameters:
        problemList - The list of problems.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListProblemsResponse.Builder nextToken​(String nextToken)

        The token used to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token used to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceGroupName

        ListProblemsResponse.Builder resourceGroupName​(String resourceGroupName)

        The name of the resource group.

        Parameters:
        resourceGroupName - The name of the resource group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountId

        ListProblemsResponse.Builder accountId​(String accountId)

        The AWS account ID for the resource group owner.

        Parameters:
        accountId - The AWS account ID for the resource group owner.
        Returns:
        Returns a reference to this object so that method calls can be chained together.