| Package | Description |
|---|---|
| software.amazon.awssdk.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
RotationRulesType.Builder |
RotationRulesType.Builder.automaticallyAfterDays(Long automaticallyAfterDays)
The number of days between automatic scheduled rotations of the secret.
|
static RotationRulesType.Builder |
RotationRulesType.builder() |
RotationRulesType.Builder |
RotationRulesType.Builder.duration(String duration)
The length of the rotation window in hours, for example
3h for a three hour window. |
RotationRulesType.Builder |
RotationRulesType.Builder.scheduleExpression(String scheduleExpression)
A
cron() or rate() expression that defines the schedule for rotating your secret. |
RotationRulesType.Builder |
RotationRulesType.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RotationRulesType.Builder> |
RotationRulesType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.rotationRules(Consumer<RotationRulesType.Builder> rotationRules)
The rotation schedule and Lambda function for this secret.
|
default RotateSecretRequest.Builder |
RotateSecretRequest.Builder.rotationRules(Consumer<RotationRulesType.Builder> rotationRules)
A structure that defines the rotation configuration for this secret.
|
default SecretListEntry.Builder |
SecretListEntry.Builder.rotationRules(Consumer<RotationRulesType.Builder> rotationRules)
A structure that defines the rotation configuration for the secret.
|
Copyright © 2022. All rights reserved.