Interface DescribeServiceErrorsRequest.Builder

    • Method Detail

      • stackId

        DescribeServiceErrorsRequest.Builder stackId​(String stackId)

        The stack ID. If you use this parameter, DescribeServiceErrors returns descriptions of the errors associated with the specified stack.

        Parameters:
        stackId - The stack ID. If you use this parameter, DescribeServiceErrors returns descriptions of the errors associated with the specified stack.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceId

        DescribeServiceErrorsRequest.Builder instanceId​(String instanceId)

        The instance ID. If you use this parameter, DescribeServiceErrors returns descriptions of the errors associated with the specified instance.

        Parameters:
        instanceId - The instance ID. If you use this parameter, DescribeServiceErrors returns descriptions of the errors associated with the specified instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceErrorIds

        DescribeServiceErrorsRequest.Builder serviceErrorIds​(Collection<String> serviceErrorIds)

        An array of service error IDs. If you use this parameter, DescribeServiceErrors returns descriptions of the specified errors. Otherwise, it returns a description of every error.

        Parameters:
        serviceErrorIds - An array of service error IDs. If you use this parameter, DescribeServiceErrors returns descriptions of the specified errors. Otherwise, it returns a description of every error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceErrorIds

        DescribeServiceErrorsRequest.Builder serviceErrorIds​(String... serviceErrorIds)

        An array of service error IDs. If you use this parameter, DescribeServiceErrors returns descriptions of the specified errors. Otherwise, it returns a description of every error.

        Parameters:
        serviceErrorIds - An array of service error IDs. If you use this parameter, DescribeServiceErrors returns descriptions of the specified errors. Otherwise, it returns a description of every error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.