Class SecretRotationRotationRules.Builder
- java.lang.Object
-
- com.pulumi.aws.secretsmanager.outputs.SecretRotationRotationRules.Builder
-
- Enclosing class:
- SecretRotationRotationRules
public static final class SecretRotationRotationRules.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(SecretRotationRotationRules defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecretRotationRotationRules.Builder
automaticallyAfterDays(java.lang.Integer automaticallyAfterDays)
SecretRotationRotationRules
build()
SecretRotationRotationRules.Builder
duration(java.lang.String duration)
SecretRotationRotationRules.Builder
scheduleExpression(java.lang.String scheduleExpression)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(SecretRotationRotationRules defaults)
-
-
Method Detail
-
automaticallyAfterDays
public SecretRotationRotationRules.Builder automaticallyAfterDays(@Nullable java.lang.Integer automaticallyAfterDays)
-
duration
public SecretRotationRotationRules.Builder duration(@Nullable java.lang.String duration)
-
scheduleExpression
public SecretRotationRotationRules.Builder scheduleExpression(@Nullable java.lang.String scheduleExpression)
-
build
public SecretRotationRotationRules build()
-
-