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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetOTelEnrichmentResponse.Builderstatus(String status)The status of OTel enrichment for the account.GetOTelEnrichmentResponse.Builderstatus(OTelEnrichmentStatus status)The status of OTel enrichment for the account.-
Methods inherited from interface software.amazon.awssdk.services.cloudwatch.model.CloudWatchResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
status
GetOTelEnrichmentResponse.Builder status(String 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:
OTelEnrichmentStatus,OTelEnrichmentStatus
-
status
GetOTelEnrichmentResponse.Builder status(OTelEnrichmentStatus 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:
OTelEnrichmentStatus,OTelEnrichmentStatus
-
-