Uses of Interface
software.amazon.awssdk.services.appflow.model.SlackSourceProperties.Builder
-
Packages that use SlackSourceProperties.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of SlackSourceProperties.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return SlackSourceProperties.Builder Modifier and Type Method Description static SlackSourceProperties.BuilderSlackSourceProperties. builder()SlackSourceProperties.BuilderSlackSourceProperties.Builder. object(String object)The object specified in the Slack flow source.SlackSourceProperties.BuilderSlackSourceProperties. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type SlackSourceProperties.Builder Modifier and Type Method Description static Class<? extends SlackSourceProperties.Builder>SlackSourceProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type SlackSourceProperties.Builder Modifier and Type Method Description default SourceConnectorProperties.BuilderSourceConnectorProperties.Builder. slack(Consumer<SlackSourceProperties.Builder> slack)Specifies the information that is required for querying Slack.
-