Interface TelemetryRuleSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TelemetryRuleSummary.Builder,
,TelemetryRuleSummary> SdkBuilder<TelemetryRuleSummary.Builder,
,TelemetryRuleSummary> SdkPojo
- Enclosing class:
TelemetryRuleSummary
@Mutable
@NotThreadSafe
public static interface TelemetryRuleSummary.Builder
extends SdkPojo, CopyableBuilder<TelemetryRuleSummary.Builder,TelemetryRuleSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTimeStamp
(Long createdTimeStamp) The timestamp when the telemetry rule was created.lastUpdateTimeStamp
(Long lastUpdateTimeStamp) The timestamp when the telemetry rule was last modified.resourceType
(String resourceType) The type of Amazon Web Services resource the rule applies to.resourceType
(ResourceType resourceType) The type of Amazon Web Services resource the rule applies to.The Amazon Resource Name (ARN) of the telemetry rule.The name of the telemetry rule.telemetryType
(String telemetryType) The type of telemetry (Logs, Metrics, or Traces) the rule configures.telemetryType
(TelemetryType telemetryType) The type of telemetry (Logs, Metrics, or Traces) the rule configures.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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
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
The timestamp when the telemetry rule was last modified.
- Parameters:
lastUpdateTimeStamp
- The timestamp when the telemetry rule was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
The type of Amazon Web Services resource the rule applies to.
- Parameters:
resourceType
- The type of Amazon Web Services resource the rule applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
The type of Amazon Web Services resource the rule applies to.
- Parameters:
resourceType
- The type of Amazon Web Services resource the rule applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
telemetryType
The type of telemetry (Logs, Metrics, or Traces) the rule configures.
- Parameters:
telemetryType
- The type of telemetry (Logs, Metrics, or Traces) the rule configures.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
telemetryType
The type of telemetry (Logs, Metrics, or Traces) the rule configures.
- Parameters:
telemetryType
- The type of telemetry (Logs, Metrics, or Traces) the rule configures.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-