Interface GetOTelEnrichmentResponse.Builder

    • Method Detail

      • status

        GetOTelEnrichmentResponse.Builder status​(String status)

        The status of OTel enrichment for the account. Valid values are Running (enrichment is enabled) and Stopped (enrichment is disabled).

        Parameters:
        status - The status of OTel enrichment for the account. Valid values are Running (enrichment is enabled) and Stopped (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) and Stopped (enrichment is disabled).

        Parameters:
        status - The status of OTel enrichment for the account. Valid values are Running (enrichment is enabled) and Stopped (enrichment is disabled).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OTelEnrichmentStatus, OTelEnrichmentStatus