Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.CallAwsServiceCrossRegionProps.Builder
Packages that use CallAwsServiceCrossRegionProps.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of CallAwsServiceCrossRegionProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return CallAwsServiceCrossRegionProps.BuilderModifier and TypeMethodDescriptionSets the value ofCallAwsServiceCrossRegionProps.getAction()CallAwsServiceCrossRegionProps.Builder.additionalIamStatements(List<? extends PolicyStatement> additionalIamStatements) Sets the value ofCallAwsServiceCrossRegionProps.getAdditionalIamStatements()CallAwsServiceCrossRegionProps.builder()Sets the value ofTaskStateBaseProps.getComment()CallAwsServiceCrossRegionProps.Builder.credentials(Credentials credentials) Sets the value ofTaskStateBaseProps.getCredentials()Sets the value ofCallAwsServiceCrossRegionProps.getEndpoint()Deprecated.use `heartbeatTimeout`CallAwsServiceCrossRegionProps.Builder.heartbeatTimeout(Timeout heartbeatTimeout) Sets the value ofTaskStateBaseProps.getHeartbeatTimeout()Sets the value ofCallAwsServiceCrossRegionProps.getIamAction()CallAwsServiceCrossRegionProps.Builder.iamResources(List<String> iamResources) Sets the value ofCallAwsServiceCrossRegionProps.getIamResources()Sets the value ofTaskStateBaseProps.getInputPath()CallAwsServiceCrossRegionProps.Builder.integrationPattern(IntegrationPattern integrationPattern) Sets the value ofTaskStateBaseProps.getIntegrationPattern()CallAwsServiceCrossRegionProps.Builder.outputPath(String outputPath) Sets the value ofTaskStateBaseProps.getOutputPath()CallAwsServiceCrossRegionProps.Builder.parameters(Map<String, ? extends Object> parameters) Sets the value ofCallAwsServiceCrossRegionProps.getParameters()Sets the value ofCallAwsServiceCrossRegionProps.getRegion()CallAwsServiceCrossRegionProps.Builder.resultPath(String resultPath) Sets the value ofTaskStateBaseProps.getResultPath()CallAwsServiceCrossRegionProps.Builder.resultSelector(Map<String, ? extends Object> resultSelector) Sets the value ofTaskStateBaseProps.getResultSelector()CallAwsServiceCrossRegionProps.Builder.retryOnServiceExceptions(Boolean retryOnServiceExceptions) Sets the value ofCallAwsServiceCrossRegionProps.getRetryOnServiceExceptions()Sets the value ofCallAwsServiceCrossRegionProps.getService()Sets the value ofTaskStateBaseProps.getStateName()CallAwsServiceCrossRegionProps.Builder.taskTimeout(Timeout taskTimeout) Sets the value ofTaskStateBaseProps.getTaskTimeout()Deprecated.use `taskTimeout`Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type CallAwsServiceCrossRegionProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCallAwsServiceCrossRegionProps.Builder.