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