Interface GetTelemetryEvaluationStatusResponse.Builder

  • Method Details

    • status

      The onboarding status of the telemetry config feature.

      Parameters:
      status - The onboarding status of the telemetry config feature.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The onboarding status of the telemetry config feature.

      Parameters:
      status - The onboarding status of the telemetry config feature.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • failureReason

      Describes the reason for the failure status. The field will only be populated if Status is FAILED_START or FAILED_STOP.

      Parameters:
      failureReason - Describes the reason for the failure status. The field will only be populated if Status is FAILED_START or FAILED_STOP.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • homeRegion

      The Amazon Web Services Region that is designated as the home region for multi-region telemetry evaluation. The home region is the single management point for all multi-region operations on this account. This field is only present when multi-region telemetry evaluation is active.

      Parameters:
      homeRegion - The Amazon Web Services Region that is designated as the home region for multi-region telemetry evaluation. The home region is the single management point for all multi-region operations on this account. This field is only present when multi-region telemetry evaluation is active.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • regionStatuses

      A list of per-region telemetry evaluation statuses. Each entry indicates the evaluation status for a specific spoke region included in the multi-region configuration. This field is only present when multi-region telemetry evaluation is active.

      Parameters:
      regionStatuses - A list of per-region telemetry evaluation statuses. Each entry indicates the evaluation status for a specific spoke region included in the multi-region configuration. This field is only present when multi-region telemetry evaluation is active.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • regionStatuses

      A list of per-region telemetry evaluation statuses. Each entry indicates the evaluation status for a specific spoke region included in the multi-region configuration. This field is only present when multi-region telemetry evaluation is active.

      Parameters:
      regionStatuses - A list of per-region telemetry evaluation statuses. Each entry indicates the evaluation status for a specific spoke region included in the multi-region configuration. This field is only present when multi-region telemetry evaluation is active.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • regionStatuses

      A list of per-region telemetry evaluation statuses. Each entry indicates the evaluation status for a specific spoke region included in the multi-region configuration. This field is only present when multi-region telemetry evaluation is active.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to regionStatuses(List<RegionStatus>).

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