Interface StartTelemetryEnrichmentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartTelemetryEnrichmentResponse.Builder,,StartTelemetryEnrichmentResponse> ObservabilityAdminResponse.Builder,SdkBuilder<StartTelemetryEnrichmentResponse.Builder,,StartTelemetryEnrichmentResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartTelemetryEnrichmentResponse
@Mutable
@NotThreadSafe
public static interface StartTelemetryEnrichmentResponse.Builder
extends ObservabilityAdminResponse.Builder, SdkPojo, CopyableBuilder<StartTelemetryEnrichmentResponse.Builder,StartTelemetryEnrichmentResponse>
-
Method Summary
Modifier and TypeMethodDescriptionawsResourceExplorerManagedViewArn(String awsResourceExplorerManagedViewArn) The Amazon Resource Name (ARN) of the Amazon Web Services Resource Explorer managed view created for resource tags for telemetry.The status of the resource tags for telemetry feature after the start operation (Running,Stopped, orImpaired).status(TelemetryEnrichmentStatus status) The status of the resource tags for telemetry feature after the start operation (Running,Stopped, orImpaired).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
-
status
The status of the resource tags for telemetry feature after the start operation (
Running,Stopped, orImpaired).- Parameters:
status- The status of the resource tags for telemetry feature after the start operation (Running,Stopped, orImpaired).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the resource tags for telemetry feature after the start operation (
Running,Stopped, orImpaired).- Parameters:
status- The status of the resource tags for telemetry feature after the start operation (Running,Stopped, orImpaired).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
awsResourceExplorerManagedViewArn
StartTelemetryEnrichmentResponse.Builder awsResourceExplorerManagedViewArn(String awsResourceExplorerManagedViewArn) The Amazon Resource Name (ARN) of the Amazon Web Services Resource Explorer managed view created for resource tags for telemetry.
- Parameters:
awsResourceExplorerManagedViewArn- The Amazon Resource Name (ARN) of the Amazon Web Services Resource Explorer managed view created for resource tags for telemetry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-