Interface InsightResourceDetail.Builder

  • Method Details

    • insightStatus

      InsightResourceDetail.Builder insightStatus(InsightStatus insightStatus)

      An object containing more detail on the status of the insight resource.

      Parameters:
      insightStatus - An object containing more detail on the status of the insight resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • insightStatus

      default InsightResourceDetail.Builder insightStatus(Consumer<InsightStatus.Builder> insightStatus)

      An object containing more detail on the status of the insight resource.

      This is a convenience method that creates an instance of the InsightStatus.Builder avoiding the need to create one manually via InsightStatus.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to insightStatus(InsightStatus).

      Parameters:
      insightStatus - a consumer that will call methods on InsightStatus.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • kubernetesResourceUri

      InsightResourceDetail.Builder kubernetesResourceUri(String kubernetesResourceUri)

      The Kubernetes resource URI if applicable.

      Parameters:
      kubernetesResourceUri - The Kubernetes resource URI if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The Amazon Resource Name (ARN) if applicable.

      Parameters:
      arn - The Amazon Resource Name (ARN) if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.