public static interface ReputationOptions.Builder extends SdkPojo, CopyableBuilder<ReputationOptions.Builder,ReputationOptions>
| Modifier and Type | Method and Description |
|---|---|
ReputationOptions.Builder |
lastFreshStart(Instant lastFreshStart)
The date and time when the reputation metrics were last given a fresh start.
|
ReputationOptions.Builder |
reputationMetricsEnabled(Boolean reputationMetricsEnabled)
If
true, tracking of reputation metrics is enabled for the configuration set. |
copyapplyMutation, buildReputationOptions.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.
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.ReputationOptions.Builder lastFreshStart(Instant lastFreshStart)
The date and 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.
lastFreshStart - The date and 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.