Interface CreateTelemetryRuleForOrganizationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateTelemetryRuleForOrganizationResponse.Builder,,CreateTelemetryRuleForOrganizationResponse> ObservabilityAdminResponse.Builder,SdkBuilder<CreateTelemetryRuleForOrganizationResponse.Builder,,CreateTelemetryRuleForOrganizationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateTelemetryRuleForOrganizationResponse
@Mutable
@NotThreadSafe
public static interface CreateTelemetryRuleForOrganizationResponse.Builder
extends ObservabilityAdminResponse.Builder, SdkPojo, CopyableBuilder<CreateTelemetryRuleForOrganizationResponse.Builder,CreateTelemetryRuleForOrganizationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the created organization telemetry rule.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.observabilityadmin.model.ObservabilityAdminResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
ruleArn
The Amazon Resource Name (ARN) of the created organization telemetry rule.
- Parameters:
ruleArn- The Amazon Resource Name (ARN) of the created organization telemetry rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-