Package com.pulumi.aws.appflow.inputs
Class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequestArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.appflow.inputs.ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequestArgs.Builder
-
- Enclosing class:
- ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequestArgs
public static final class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequestArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequestArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequestArgs.Builder
authCode(com.pulumi.core.Output<java.lang.String> authCode)
ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequestArgs.Builder
authCode(java.lang.String authCode)
ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequestArgs
build()
ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequestArgs.Builder
redirectUri(com.pulumi.core.Output<java.lang.String> redirectUri)
ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequestArgs.Builder
redirectUri(java.lang.String redirectUri)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequestArgs defaults)
-
-
Method Detail
-
authCode
public ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequestArgs.Builder authCode(@Nullable com.pulumi.core.Output<java.lang.String> authCode)
- Parameters:
authCode
- The code provided by the connector when it has been authenticated via the connected app.- Returns:
- builder
-
authCode
public ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequestArgs.Builder authCode(java.lang.String authCode)
- Parameters:
authCode
- The code provided by the connector when it has been authenticated via the connected app.- Returns:
- builder
-
redirectUri
public ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequestArgs.Builder redirectUri(@Nullable com.pulumi.core.Output<java.lang.String> redirectUri)
- Parameters:
redirectUri
- The URL to which the authentication server redirects the browser after authorization has been granted.- Returns:
- builder
-
redirectUri
public ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequestArgs.Builder redirectUri(java.lang.String redirectUri)
- Parameters:
redirectUri
- The URL to which the authentication server redirects the browser after authorization has been granted.- Returns:
- builder
-
-