Uses of Class
software.amazon.awscdk.services.ssm.CfnAssociationProps.Builder
-
Uses of CfnAssociationProps.Builder in software.amazon.awscdk.services.ssm
Modifier and TypeMethodDescriptionCfnAssociationProps.Builder.applyOnlyAtCronInterval
(Boolean applyOnlyAtCronInterval) Sets the value ofCfnAssociationProps.getApplyOnlyAtCronInterval()
CfnAssociationProps.Builder.applyOnlyAtCronInterval
(IResolvable applyOnlyAtCronInterval) Sets the value ofCfnAssociationProps.getApplyOnlyAtCronInterval()
CfnAssociationProps.Builder.associationName
(String associationName) Sets the value ofCfnAssociationProps.getAssociationName()
CfnAssociationProps.Builder.automationTargetParameterName
(String automationTargetParameterName) Sets the value ofCfnAssociationProps.getAutomationTargetParameterName()
static CfnAssociationProps.Builder
CfnAssociationProps.builder()
CfnAssociationProps.Builder.calendarNames
(List<String> calendarNames) Sets the value ofCfnAssociationProps.getCalendarNames()
CfnAssociationProps.Builder.complianceSeverity
(String complianceSeverity) Sets the value ofCfnAssociationProps.getComplianceSeverity()
CfnAssociationProps.Builder.documentVersion
(String documentVersion) Sets the value ofCfnAssociationProps.getDocumentVersion()
CfnAssociationProps.Builder.instanceId
(String instanceId) Sets the value ofCfnAssociationProps.getInstanceId()
CfnAssociationProps.Builder.maxConcurrency
(String maxConcurrency) Sets the value ofCfnAssociationProps.getMaxConcurrency()
Sets the value ofCfnAssociationProps.getMaxErrors()
Sets the value ofCfnAssociationProps.getName()
CfnAssociationProps.Builder.outputLocation
(IResolvable outputLocation) Sets the value ofCfnAssociationProps.getOutputLocation()
CfnAssociationProps.Builder.outputLocation
(CfnAssociation.InstanceAssociationOutputLocationProperty outputLocation) Sets the value ofCfnAssociationProps.getOutputLocation()
CfnAssociationProps.Builder.parameters
(Object parameters) Sets the value ofCfnAssociationProps.getParameters()
CfnAssociationProps.Builder.scheduleExpression
(String scheduleExpression) Sets the value ofCfnAssociationProps.getScheduleExpression()
CfnAssociationProps.Builder.scheduleOffset
(Number scheduleOffset) Sets the value ofCfnAssociationProps.getScheduleOffset()
CfnAssociationProps.Builder.syncCompliance
(String syncCompliance) Sets the value ofCfnAssociationProps.getSyncCompliance()
Sets the value ofCfnAssociationProps.getTargets()
CfnAssociationProps.Builder.targets
(IResolvable targets) Sets the value ofCfnAssociationProps.getTargets()
CfnAssociationProps.Builder.waitForSuccessTimeoutSeconds
(Number waitForSuccessTimeoutSeconds) Sets the value ofCfnAssociationProps.getWaitForSuccessTimeoutSeconds()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnAssociationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAssociationProps.Builder
.