@Generated(value="software.amazon.awssdk:codegen") public final class RotationRulesType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RotationRulesType.Builder,RotationRulesType>
A structure that defines the rotation configuration for the secret.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RotationRulesType.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
automaticallyAfterDays()
Specifies the number of days between automatic scheduled rotations of the secret.
|
static RotationRulesType.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RotationRulesType.Builder> |
serializableBuilderClass() |
RotationRulesType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long automaticallyAfterDays()
Specifies the number of days between automatic scheduled rotations of the secret.
Secrets Manager schedules the next rotation when the previous one is complete. Secrets Manager schedules the date by adding the rotation interval (number of days) to the actual date of the last rotation. The service chooses the hour within that 24-hour date window randomly. The minute is also chosen somewhat randomly, but weighted towards the top of the hour and influenced by a variety of factors that help distribute load.
Secrets Manager schedules the next rotation when the previous one is complete. Secrets Manager schedules the date by adding the rotation interval (number of days) to the actual date of the last rotation. The service chooses the hour within that 24-hour date window randomly. The minute is also chosen somewhat randomly, but weighted towards the top of the hour and influenced by a variety of factors that help distribute load.
public RotationRulesType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RotationRulesType.Builder,RotationRulesType>public static RotationRulesType.Builder builder()
public static Class<? extends RotationRulesType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.