Interface ResourceResult.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ResourceResult.Builder,ResourceResult>, SdkBuilder<ResourceResult.Builder,ResourceResult>, SdkPojo
Enclosing class:
ResourceResult

public static interface ResourceResult.Builder extends SdkPojo, CopyableBuilder<ResourceResult.Builder,ResourceResult>
  • Method Details

    • 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

      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:
    • 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.