Uses of Interface
software.amazon.awssdk.services.appflow.model.SlackConnectorProfileCredentials.Builder
-
Packages that use SlackConnectorProfileCredentials.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of SlackConnectorProfileCredentials.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return SlackConnectorProfileCredentials.Builder Modifier and Type Method Description SlackConnectorProfileCredentials.BuilderSlackConnectorProfileCredentials.Builder. accessToken(String accessToken)The credentials used to access protected Slack resources.static SlackConnectorProfileCredentials.BuilderSlackConnectorProfileCredentials. builder()SlackConnectorProfileCredentials.BuilderSlackConnectorProfileCredentials.Builder. clientId(String clientId)The identifier for the client.SlackConnectorProfileCredentials.BuilderSlackConnectorProfileCredentials.Builder. clientSecret(String clientSecret)The client secret used by the OAuth client to authenticate to the authorization server.default SlackConnectorProfileCredentials.BuilderSlackConnectorProfileCredentials.Builder. oAuthRequest(Consumer<ConnectorOAuthRequest.Builder> oAuthRequest)The OAuth requirement needed to request security tokens from the connector endpoint.SlackConnectorProfileCredentials.BuilderSlackConnectorProfileCredentials.Builder. oAuthRequest(ConnectorOAuthRequest oAuthRequest)The OAuth requirement needed to request security tokens from the connector endpoint.SlackConnectorProfileCredentials.BuilderSlackConnectorProfileCredentials. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type SlackConnectorProfileCredentials.Builder Modifier and Type Method Description static Class<? extends SlackConnectorProfileCredentials.Builder>SlackConnectorProfileCredentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type SlackConnectorProfileCredentials.Builder Modifier and Type Method Description default ConnectorProfileCredentials.BuilderConnectorProfileCredentials.Builder. slack(Consumer<SlackConnectorProfileCredentials.Builder> slack)The connector-specific credentials required when using Slack.
-