Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnCommandPropsMixin.Builder
Packages that use CfnCommandPropsMixin.Builder
-
Uses of CfnCommandPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.iot
Methods in software.amazon.awscdk.cfnpropertymixins.services.iot that return CfnCommandPropsMixin.BuilderModifier and TypeMethodDescriptionThe unique identifier of the command.static CfnCommandPropsMixin.BuilderCfnCommandPropsMixin.Builder.create()static CfnCommandPropsMixin.BuilderCfnCommandPropsMixin.Builder.create(CfnPropertyMixinOptions options) The timestamp, when the command was created.CfnCommandPropsMixin.Builder.deprecated(Boolean deprecated) Indicates whether the command has been deprecated.CfnCommandPropsMixin.Builder.deprecated(IResolvable deprecated) Indicates whether the command has been deprecated.CfnCommandPropsMixin.Builder.description(String description) The description of the command parameter.CfnCommandPropsMixin.Builder.displayName(String displayName) The display name of the command.CfnCommandPropsMixin.Builder.lastUpdatedAt(String lastUpdatedAt) The timestamp, when the command was last updated.CfnCommandPropsMixin.Builder.mandatoryParameters(List<? extends Object> mandatoryParameters) CfnCommandPropsMixin.Builder.mandatoryParameters(IResolvable mandatoryParameters) The namespace to which the command belongs.CfnCommandPropsMixin.Builder.payload(CfnCommandPropsMixin.CommandPayloadProperty payload) CfnCommandPropsMixin.Builder.payload(IResolvable payload) CfnCommandPropsMixin.Builder.payloadTemplate(String payloadTemplate) The payload template associated with the command.CfnCommandPropsMixin.Builder.pendingDeletion(Boolean pendingDeletion) Indicates whether the command is pending deletion.CfnCommandPropsMixin.Builder.pendingDeletion(IResolvable pendingDeletion) Indicates whether the command is pending deletion.CfnCommandPropsMixin.Builder.preprocessor(CfnCommandPropsMixin.CommandPreprocessorProperty preprocessor) CfnCommandPropsMixin.Builder.preprocessor(IResolvable preprocessor) The customer role associated with the command.The tags to be associated with the command.