Uses of Class
software.amazon.awscdk.services.ssmcontacts.CfnRotationProps.Builder
Packages that use CfnRotationProps.Builder
-
Uses of CfnRotationProps.Builder in software.amazon.awscdk.services.ssmcontacts
Methods in software.amazon.awscdk.services.ssmcontacts that return CfnRotationProps.BuilderModifier and TypeMethodDescriptionstatic CfnRotationProps.Builder
CfnRotationProps.builder()
CfnRotationProps.Builder.contactIds
(List<String> contactIds) Sets the value ofCfnRotationProps.getContactIds()
Sets the value ofCfnRotationProps.getName()
CfnRotationProps.Builder.recurrence
(IResolvable recurrence) Sets the value ofCfnRotationProps.getRecurrence()
CfnRotationProps.Builder.recurrence
(CfnRotation.RecurrenceSettingsProperty recurrence) Sets the value ofCfnRotationProps.getRecurrence()
Sets the value ofCfnRotationProps.getStartTime()
Sets the value ofCfnRotationProps.getTags()
CfnRotationProps.Builder.timeZoneId
(String timeZoneId) Sets the value ofCfnRotationProps.getTimeZoneId()
Constructors in software.amazon.awscdk.services.ssmcontacts with parameters of type CfnRotationProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnRotationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRotationProps.Builder
.