Interface GetTelemetryEvaluationStatusForOrganizationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetTelemetryEvaluationStatusForOrganizationResponse.Builder,,GetTelemetryEvaluationStatusForOrganizationResponse> ObservabilityAdminResponse.Builder,SdkBuilder<GetTelemetryEvaluationStatusForOrganizationResponse.Builder,,GetTelemetryEvaluationStatusForOrganizationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetTelemetryEvaluationStatusForOrganizationResponse
-
Method Summary
Modifier and TypeMethodDescriptionfailureReason(String failureReason) This field describes the reason for the failure status.homeRegion(String homeRegion) The Amazon Web Services Region that is designated as the home region for multi-region telemetry evaluation for the organization.regionStatuses(Collection<RegionStatus> regionStatuses) A list of per-region telemetry evaluation statuses for the organization.regionStatuses(Consumer<RegionStatus.Builder>... regionStatuses) A list of per-region telemetry evaluation statuses for the organization.regionStatuses(RegionStatus... regionStatuses) A list of per-region telemetry evaluation statuses for the organization.The onboarding status of the telemetry config feature for the organization.The onboarding status of the telemetry config feature for the organization.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 onboarding status of the telemetry config feature for the organization.
- Parameters:
status- The onboarding status of the telemetry config feature for the organization.- 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 for the organization.
- Parameters:
status- The onboarding status of the telemetry config feature for the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-
homeRegion
The Amazon Web Services Region that is designated as the home region for multi-region telemetry evaluation for the organization. The home region is the single management point for all multi-region operations on this organization. This field is only present when multi-region telemetry evaluation is active.
- Parameters:
homeRegion- The Amazon Web Services Region that is designated as the home region for multi-region telemetry evaluation for the organization. The home region is the single management point for all multi-region operations on this organization. This field is only present when multi-region telemetry evaluation is active.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regionStatuses
GetTelemetryEvaluationStatusForOrganizationResponse.Builder regionStatuses(Collection<RegionStatus> regionStatuses) A list of per-region telemetry evaluation statuses for the organization. Each entry indicates the evaluation status for a specific spoke region included in the multi-region configuration. This field is only present when multi-region telemetry evaluation is active.
- Parameters:
regionStatuses- A list of per-region telemetry evaluation statuses for the organization. Each entry indicates the evaluation status for a specific spoke region included in the multi-region configuration. This field is only present when multi-region telemetry evaluation is active.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regionStatuses
GetTelemetryEvaluationStatusForOrganizationResponse.Builder regionStatuses(RegionStatus... regionStatuses) A list of per-region telemetry evaluation statuses for the organization. Each entry indicates the evaluation status for a specific spoke region included in the multi-region configuration. This field is only present when multi-region telemetry evaluation is active.
- Parameters:
regionStatuses- A list of per-region telemetry evaluation statuses for the organization. Each entry indicates the evaluation status for a specific spoke region included in the multi-region configuration. This field is only present when multi-region telemetry evaluation is active.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regionStatuses
GetTelemetryEvaluationStatusForOrganizationResponse.Builder regionStatuses(Consumer<RegionStatus.Builder>... regionStatuses) A list of per-region telemetry evaluation statuses for the organization. Each entry indicates the evaluation status for a specific spoke region included in the multi-region configuration. This field is only present when multi-region telemetry evaluation is active.
This is a convenience method that creates an instance of theRegionStatus.Builderavoiding the need to create one manually viaRegionStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toregionStatuses(List<RegionStatus>).- Parameters:
regionStatuses- a consumer that will call methods onRegionStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-