Interface FipsEndpoints.Builder

  • Method Details

    • collectionEndpoint

      FipsEndpoints.Builder collectionEndpoint(String collectionEndpoint)

      FIPS-compliant collection endpoint used to submit index, search, and data upload requests to an OpenSearch Serverless collection. This endpoint uses FIPS 140-3 validated cryptography and is required for federal government workloads.

      Parameters:
      collectionEndpoint - FIPS-compliant collection endpoint used to submit index, search, and data upload requests to an OpenSearch Serverless collection. This endpoint uses FIPS 140-3 validated cryptography and is required for federal government workloads.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dashboardEndpoint

      FipsEndpoints.Builder dashboardEndpoint(String dashboardEndpoint)

      FIPS-compliant endpoint used to access OpenSearch Dashboards. This endpoint uses FIPS 140-3 validated cryptography and is required for federal government workloads that need dashboard visualization capabilities.

      Parameters:
      dashboardEndpoint - FIPS-compliant endpoint used to access OpenSearch Dashboards. This endpoint uses FIPS 140-3 validated cryptography and is required for federal government workloads that need dashboard visualization capabilities.
      Returns:
      Returns a reference to this object so that method calls can be chained together.