Interface GetTelemetryRuleResponse.Builder

  • Method Details

    • ruleName

      The name of the telemetry rule.

      Parameters:
      ruleName - The name of the telemetry rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ruleArn

      The Amazon Resource Name (ARN) of the telemetry rule.

      Parameters:
      ruleArn - The Amazon Resource Name (ARN) of the telemetry rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdTimeStamp

      GetTelemetryRuleResponse.Builder createdTimeStamp(Long createdTimeStamp)

      The timestamp when the telemetry rule was created.

      Parameters:
      createdTimeStamp - The timestamp when the telemetry rule was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdateTimeStamp

      GetTelemetryRuleResponse.Builder lastUpdateTimeStamp(Long lastUpdateTimeStamp)

      The timestamp when the telemetry rule was last updated.

      Parameters:
      lastUpdateTimeStamp - The timestamp when the telemetry rule was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • telemetryRule

      GetTelemetryRuleResponse.Builder telemetryRule(TelemetryRule telemetryRule)

      The configuration details of the telemetry rule.

      Parameters:
      telemetryRule - The configuration details of the telemetry rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • telemetryRule

      default GetTelemetryRuleResponse.Builder telemetryRule(Consumer<TelemetryRule.Builder> telemetryRule)

      The configuration details of the telemetry rule.

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

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

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