Interface GetTelemetryEvaluationStatusResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetTelemetryEvaluationStatusResponse.Builder,
,GetTelemetryEvaluationStatusResponse> ObservabilityAdminResponse.Builder
,SdkBuilder<GetTelemetryEvaluationStatusResponse.Builder,
,GetTelemetryEvaluationStatusResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetTelemetryEvaluationStatusResponse
@Mutable
@NotThreadSafe
public static interface GetTelemetryEvaluationStatusResponse.Builder
extends ObservabilityAdminResponse.Builder, SdkPojo, CopyableBuilder<GetTelemetryEvaluationStatusResponse.Builder,GetTelemetryEvaluationStatusResponse>
-
Method Summary
Modifier and TypeMethodDescriptionfailureReason
(String failureReason) Describes the reason for the failure status.The onboarding status of the telemetry config feature.The onboarding status of the telemetry config feature.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.observabilityadmin.model.ObservabilityAdminResponse.Builder
build, responseMetadata, responseMetadata
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 Details
-
status
The onboarding status of the telemetry config feature.
- Parameters:
status
- The onboarding status of the telemetry config feature.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The onboarding status of the telemetry config feature.
- Parameters:
status
- The onboarding status of the telemetry config feature.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureReason
Describes the reason for the failure status. The field will only be populated if
Status
isFAILED_START
orFAILED_STOP
.- Parameters:
failureReason
- Describes the reason for the failure status. The field will only be populated ifStatus
isFAILED_START
orFAILED_STOP
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-