Interface GetTelemetryEvaluationStatusForOrganizationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetTelemetryEvaluationStatusForOrganizationResponse.Builder,GetTelemetryEvaluationStatusForOrganizationResponse>,ObservabilityAdminResponse.Builder,SdkBuilder<GetTelemetryEvaluationStatusForOrganizationResponse.Builder,GetTelemetryEvaluationStatusForOrganizationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetTelemetryEvaluationStatusForOrganizationResponse
public static interface GetTelemetryEvaluationStatusForOrganizationResponse.Builder extends ObservabilityAdminResponse.Builder, SdkPojo, CopyableBuilder<GetTelemetryEvaluationStatusForOrganizationResponse.Builder,GetTelemetryEvaluationStatusForOrganizationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTelemetryEvaluationStatusForOrganizationResponse.BuilderfailureReason(String failureReason)This field describes the reason for the failure status.GetTelemetryEvaluationStatusForOrganizationResponse.Builderstatus(String status)The onboarding status of the telemetry config feature for the organization.GetTelemetryEvaluationStatusForOrganizationResponse.Builderstatus(Status status)The onboarding status of the telemetry config feature for the organization.-
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 Detail
-
status
GetTelemetryEvaluationStatusForOrganizationResponse.Builder status(String status)
The onboarding status of the telemetry config feature for the organization.
-
status
GetTelemetryEvaluationStatusForOrganizationResponse.Builder status(Status status)
The onboarding status of the telemetry config feature for the organization.
-
failureReason
GetTelemetryEvaluationStatusForOrganizationResponse.Builder failureReason(String failureReason)
This field describes the reason for the failure status. The field will only be populated if
StatusisFAILED_STARTorFAILED_STOP.- Parameters:
failureReason- This field describes the reason for the failure status. The field will only be populated ifStatusisFAILED_STARTorFAILED_STOP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-