Interface ReputationOptions.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ReputationOptions.Builder,ReputationOptions>, SdkBuilder<ReputationOptions.Builder,ReputationOptions>, SdkPojo
Enclosing class:
ReputationOptions

public static interface ReputationOptions.Builder extends SdkPojo, CopyableBuilder<ReputationOptions.Builder,ReputationOptions>
  • Method Details

    • reputationMetricsEnabled

      ReputationOptions.Builder reputationMetricsEnabled(Boolean reputationMetricsEnabled)

      If true, tracking of reputation metrics is enabled for the configuration set. If false, tracking of reputation metrics is disabled for the configuration set.

      Parameters:
      reputationMetricsEnabled - If true, tracking of reputation metrics is enabled for the configuration set. If false, tracking of reputation metrics is disabled for the configuration set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastFreshStart

      ReputationOptions.Builder lastFreshStart(Instant lastFreshStart)

      The date and time (in Unix time) when the reputation metrics were last given a fresh start. When your account is given a fresh start, your reputation metrics are calculated starting from the date of the fresh start.

      Parameters:
      lastFreshStart - The date and time (in Unix time) when the reputation metrics were last given a fresh start. When your account is given a fresh start, your reputation metrics are calculated starting from the date of the fresh start.
      Returns:
      Returns a reference to this object so that method calls can be chained together.