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 Summary
Modifier and TypeMethodDescriptionlastFreshStart(Instant lastFreshStart) The date and time (in Unix time) when the reputation metrics were last given a fresh start.reputationMetricsEnabled(Boolean reputationMetricsEnabled) Iftrue, tracking of reputation metrics is enabled for the configuration set.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
reputationMetricsEnabled
If
true, tracking of reputation metrics is enabled for the configuration set. Iffalse, tracking of reputation metrics is disabled for the configuration set.- Parameters:
 reputationMetricsEnabled- Iftrue, tracking of reputation metrics is enabled for the configuration set. Iffalse, 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
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.
 
 
 -