Uses of Interface
software.amazon.awssdk.services.appflow.model.SlackConnectorProfileProperties.Builder
-
Packages that use SlackConnectorProfileProperties.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of SlackConnectorProfileProperties.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return SlackConnectorProfileProperties.Builder Modifier and Type Method Description static SlackConnectorProfileProperties.BuilderSlackConnectorProfileProperties. builder()SlackConnectorProfileProperties.BuilderSlackConnectorProfileProperties.Builder. instanceUrl(String instanceUrl)The location of the Slack resource.SlackConnectorProfileProperties.BuilderSlackConnectorProfileProperties. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type SlackConnectorProfileProperties.Builder Modifier and Type Method Description static Class<? extends SlackConnectorProfileProperties.Builder>SlackConnectorProfileProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type SlackConnectorProfileProperties.Builder Modifier and Type Method Description default ConnectorProfileProperties.BuilderConnectorProfileProperties.Builder. slack(Consumer<SlackConnectorProfileProperties.Builder> slack)The connector-specific properties required by Slack.
-