Interface RegisterOpentdfConfigRequest.Builder

  • Method Details

    • networkId

      The ID of the Wickr network for which OpenTDF integration will be configured.

      Parameters:
      networkId - The ID of the Wickr network for which OpenTDF integration will be configured.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientId

      The OIDC client ID used for authenticating with the OpenTDF provider.

      Parameters:
      clientId - The OIDC client ID used for authenticating with the OpenTDF provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientSecret

      RegisterOpentdfConfigRequest.Builder clientSecret(String clientSecret)

      The OIDC client secret used for authenticating with the OpenTDF provider

      Parameters:
      clientSecret - The OIDC client secret used for authenticating with the OpenTDF provider
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domain

      The domain of the OpenTDF server.

      Parameters:
      domain - The domain of the OpenTDF server.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • provider

      The provider of the OpenTDF platform.

      Currently only Virtru is supported as the OpenTDF provider.

      Parameters:
      provider - The provider of the OpenTDF platform.

      Currently only Virtru is supported as the OpenTDF provider.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dryRun

      Perform dry-run test connection of OpenTDF configuration (optional).

      Parameters:
      dryRun - Perform dry-run test connection of OpenTDF configuration (optional).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      RegisterOpentdfConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.