Interface StartRemediationExecutionResponse.Builder

    • Method Detail

      • failureMessage

        StartRemediationExecutionResponse.Builder failureMessage​(String failureMessage)

        Returns a failure message. For example, the resource is already compliant.

        Parameters:
        failureMessage - Returns a failure message. For example, the resource is already compliant.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failedItems

        StartRemediationExecutionResponse.Builder failedItems​(Collection<ResourceKey> failedItems)

        For resources that have failed to start execution, the API returns a resource key object.

        Parameters:
        failedItems - For resources that have failed to start execution, the API returns a resource key object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failedItems

        StartRemediationExecutionResponse.Builder failedItems​(ResourceKey... failedItems)

        For resources that have failed to start execution, the API returns a resource key object.

        Parameters:
        failedItems - For resources that have failed to start execution, the API returns a resource key object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.