Uses of Interface
software.amazon.awssdk.services.secretsmanager.model.RotationRulesType.Builder
Packages that use RotationRulesType.Builder
-
Uses of RotationRulesType.Builder in software.amazon.awssdk.services.secretsmanager.model
Methods in software.amazon.awssdk.services.secretsmanager.model that return RotationRulesType.BuilderModifier and TypeMethodDescriptionRotationRulesType.Builder.automaticallyAfterDays(Long automaticallyAfterDays) The number of days between rotations of the secret.static RotationRulesType.BuilderRotationRulesType.builder()The length of the rotation window in hours, for example3hfor a three hour window.RotationRulesType.Builder.scheduleExpression(String scheduleExpression) Acron()orrate()expression that defines the schedule for rotating your secret.RotationRulesType.toBuilder()Methods in software.amazon.awssdk.services.secretsmanager.model that return types with arguments of type RotationRulesType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RotationRulesType.Builder>RotationRulesType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.secretsmanager.model with type arguments of type RotationRulesType.BuilderModifier and TypeMethodDescriptiondefault 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.