Interface ResourceResult.Builder

    • Method Detail

      • componentId

        ResourceResult.Builder componentId​(String componentId)

        The component id of the resource.

        Parameters:
        componentId - The component id of the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastCheckedTimestamp

        ResourceResult.Builder lastCheckedTimestamp​(Instant lastCheckedTimestamp)

        The time (UTC) that the resource was last checked for readiness, in ISO-8601 format.

        Parameters:
        lastCheckedTimestamp - The time (UTC) that the resource was last checked for readiness, in ISO-8601 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • readiness

        ResourceResult.Builder readiness​(String readiness)

        The readiness of a resource.

        Parameters:
        readiness - The readiness of a resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Readiness, Readiness
      • readiness

        ResourceResult.Builder readiness​(Readiness readiness)

        The readiness of a resource.

        Parameters:
        readiness - The readiness of a resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Readiness, Readiness
      • resourceArn

        ResourceResult.Builder resourceArn​(String resourceArn)

        The Amazon Resource Name (ARN) of the resource.

        Parameters:
        resourceArn - The Amazon Resource Name (ARN) of the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.