Uses of Interface
software.amazon.awssdk.services.secretsmanager.model.RotationRulesType.Builder
-
Packages that use RotationRulesType.Builder Package Description software.amazon.awssdk.services.secretsmanager.model -
-
Uses of RotationRulesType.Builder in software.amazon.awssdk.services.secretsmanager.model
Methods in software.amazon.awssdk.services.secretsmanager.model that return RotationRulesType.Builder Modifier and Type Method Description RotationRulesType.BuilderRotationRulesType.Builder. automaticallyAfterDays(Long automaticallyAfterDays)The number of days between rotations of the secret.static RotationRulesType.BuilderRotationRulesType. builder()RotationRulesType.BuilderRotationRulesType.Builder. duration(String duration)The length of the rotation window in hours, for example3hfor a three hour window.RotationRulesType.BuilderRotationRulesType.Builder. scheduleExpression(String scheduleExpression)Acron()orrate()expression that defines the schedule for rotating your secret.RotationRulesType.BuilderRotationRulesType. toBuilder()Methods in software.amazon.awssdk.services.secretsmanager.model that return types with arguments of type RotationRulesType.Builder Modifier and Type Method Description static Class<? extends RotationRulesType.Builder>RotationRulesType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.secretsmanager.model with type arguments of type RotationRulesType.Builder Modifier and Type Method Description default DescribeSecretResponse.BuilderDescribeSecretResponse.Builder. rotationRules(Consumer<RotationRulesType.Builder> rotationRules)The rotation schedule and Lambda function for this secret.default RotateSecretRequest.BuilderRotateSecretRequest.Builder. rotationRules(Consumer<RotationRulesType.Builder> rotationRules)A structure that defines the rotation configuration for this secret.default SecretListEntry.BuilderSecretListEntry.Builder. rotationRules(Consumer<RotationRulesType.Builder> rotationRules)A structure that defines the rotation configuration for the secret.
-