Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnCommandMixinProps.Builder
Packages that use CfnCommandMixinProps.Builder
-
Uses of CfnCommandMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.iot
Methods in software.amazon.awscdk.cfnpropertymixins.services.iot that return CfnCommandMixinProps.BuilderModifier and TypeMethodDescriptionstatic CfnCommandMixinProps.BuilderCfnCommandMixinProps.builder()Sets the value ofCfnCommandMixinProps.getCommandId()Sets the value ofCfnCommandMixinProps.getCreatedAt()CfnCommandMixinProps.Builder.deprecated(Boolean deprecated) Sets the value ofCfnCommandMixinProps.getDeprecated()CfnCommandMixinProps.Builder.deprecated(IResolvable deprecated) Sets the value ofCfnCommandMixinProps.getDeprecated()CfnCommandMixinProps.Builder.description(String description) Sets the value ofCfnCommandMixinProps.getDescription()CfnCommandMixinProps.Builder.displayName(String displayName) Sets the value ofCfnCommandMixinProps.getDisplayName()CfnCommandMixinProps.Builder.lastUpdatedAt(String lastUpdatedAt) Sets the value ofCfnCommandMixinProps.getLastUpdatedAt()CfnCommandMixinProps.Builder.mandatoryParameters(List<? extends Object> mandatoryParameters) Sets the value ofCfnCommandMixinProps.getMandatoryParameters()CfnCommandMixinProps.Builder.mandatoryParameters(IResolvable mandatoryParameters) Sets the value ofCfnCommandMixinProps.getMandatoryParameters()Sets the value ofCfnCommandMixinProps.getNamespace()CfnCommandMixinProps.Builder.payload(CfnCommandPropsMixin.CommandPayloadProperty payload) Sets the value ofCfnCommandMixinProps.getPayload()CfnCommandMixinProps.Builder.payload(IResolvable payload) Sets the value ofCfnCommandMixinProps.getPayload()CfnCommandMixinProps.Builder.payloadTemplate(String payloadTemplate) Sets the value ofCfnCommandMixinProps.getPayloadTemplate()CfnCommandMixinProps.Builder.pendingDeletion(Boolean pendingDeletion) Sets the value ofCfnCommandMixinProps.getPendingDeletion()CfnCommandMixinProps.Builder.pendingDeletion(IResolvable pendingDeletion) Sets the value ofCfnCommandMixinProps.getPendingDeletion()CfnCommandMixinProps.Builder.preprocessor(CfnCommandPropsMixin.CommandPreprocessorProperty preprocessor) Sets the value ofCfnCommandMixinProps.getPreprocessor()CfnCommandMixinProps.Builder.preprocessor(IResolvable preprocessor) Sets the value ofCfnCommandMixinProps.getPreprocessor()Sets the value ofCfnCommandMixinProps.getRoleArn()Sets the value ofCfnCommandMixinProps.getTags()Constructors in software.amazon.awscdk.cfnpropertymixins.services.iot with parameters of type CfnCommandMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnCommandMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCommandMixinProps.Builder.