Interface DescribeRemediationExceptionsResponse.Builder

    • Method Detail

      • remediationExceptions

        DescribeRemediationExceptionsResponse.Builder remediationExceptions​(Collection<RemediationException> remediationExceptions)

        Returns a list of remediation exception objects.

        Parameters:
        remediationExceptions - Returns a list of remediation exception objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • remediationExceptions

        DescribeRemediationExceptionsResponse.Builder remediationExceptions​(RemediationException... remediationExceptions)

        Returns a list of remediation exception objects.

        Parameters:
        remediationExceptions - Returns a list of remediation exception objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeRemediationExceptionsResponse.Builder nextToken​(String nextToken)

        The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

        Parameters:
        nextToken - The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.