pub struct Builder { /* private fields */ }
Expand description
A builder for AwsSecretsManagerSecretRotationRules
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn automatically_after_days(self, input: i32) -> Self
pub fn automatically_after_days(self, input: i32) -> Self
The number of days after the previous rotation to rotate the secret.
sourcepub fn set_automatically_after_days(self, input: Option<i32>) -> Self
pub fn set_automatically_after_days(self, input: Option<i32>) -> Self
The number of days after the previous rotation to rotate the secret.
sourcepub fn build(self) -> AwsSecretsManagerSecretRotationRules
pub fn build(self) -> AwsSecretsManagerSecretRotationRules
Consumes the builder and constructs a AwsSecretsManagerSecretRotationRules
.