Package com.pulumi.aws.appflow.outputs
Class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest.Builder
- java.lang.Object
-
- com.pulumi.aws.appflow.outputs.ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest.Builder
-
- Enclosing class:
- ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest
public static final class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest.Builder
authCode(java.lang.String authCode)
ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest
build()
ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest.Builder
redirectUri(java.lang.String redirectUri)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest defaults)
-
-
Method Detail
-
authCode
public ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest.Builder authCode(@Nullable java.lang.String authCode)
-
redirectUri
public ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest.Builder redirectUri(@Nullable java.lang.String redirectUri)
-
-