Interface GetOTelEnrichmentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudWatchResponse.Builder,CopyableBuilder<GetOTelEnrichmentResponse.Builder,,GetOTelEnrichmentResponse> SdkBuilder<GetOTelEnrichmentResponse.Builder,,GetOTelEnrichmentResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetOTelEnrichmentResponse
@Mutable
@NotThreadSafe
public static interface GetOTelEnrichmentResponse.Builder
extends CloudWatchResponse.Builder, SdkPojo, CopyableBuilder<GetOTelEnrichmentResponse.Builder,GetOTelEnrichmentResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe status of OTel enrichment for the account.status(OTelEnrichmentStatus status) The status of OTel enrichment for the account.Methods inherited from interface software.amazon.awssdk.services.cloudwatch.model.CloudWatchResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods 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
-
status
The status of OTel enrichment for the account. Valid values are
Running(enrichment is enabled) andStopped(enrichment is disabled).- Parameters:
status- The status of OTel enrichment for the account. Valid values areRunning(enrichment is enabled) andStopped(enrichment is disabled).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of OTel enrichment for the account. Valid values are
Running(enrichment is enabled) andStopped(enrichment is disabled).- Parameters:
status- The status of OTel enrichment for the account. Valid values areRunning(enrichment is enabled) andStopped(enrichment is disabled).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-