Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.SnsPublishProps.Builder
Packages that use SnsPublishProps.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of SnsPublishProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return SnsPublishProps.BuilderModifier and TypeMethodDescriptionstatic SnsPublishProps.BuilderSnsPublishProps.builder()Sets the value ofTaskStateBaseProps.getComment()Sets the value ofTaskStateBaseProps.getHeartbeat()Sets the value ofTaskStateBaseProps.getInputPath()SnsPublishProps.Builder.integrationPattern(IntegrationPattern integrationPattern) Sets the value ofTaskStateBaseProps.getIntegrationPattern()Sets the value ofSnsPublishProps.getMessage()SnsPublishProps.Builder.messageAttributes(Map<String, ? extends MessageAttribute> messageAttributes) Sets the value ofSnsPublishProps.getMessageAttributes()SnsPublishProps.Builder.messagePerSubscriptionType(Boolean messagePerSubscriptionType) Sets the value ofSnsPublishProps.getMessagePerSubscriptionType()SnsPublishProps.Builder.outputPath(String outputPath) Sets the value ofTaskStateBaseProps.getOutputPath()SnsPublishProps.Builder.resultPath(String resultPath) Sets the value ofTaskStateBaseProps.getResultPath()SnsPublishProps.Builder.resultSelector(Map<String, ? extends Object> resultSelector) Sets the value ofTaskStateBaseProps.getResultSelector()Sets the value ofSnsPublishProps.getSubject()Sets the value ofTaskStateBaseProps.getTimeout()Sets the value ofSnsPublishProps.getTopic()Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type SnsPublishProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(SnsPublishProps.Builder builder) Constructor that initializes the object based on literal property values passed by theSnsPublishProps.Builder.