Package com.pulumi.aws.appflow.outputs
Class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData.Builder
- java.lang.Object
-
- com.pulumi.aws.appflow.outputs.ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData.Builder
-
public static final class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData defaults)
-
-
Method Detail
-
applicationHostUrl
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData.Builder applicationHostUrl(java.lang.String applicationHostUrl)
-
applicationServicePath
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData.Builder applicationServicePath(java.lang.String applicationServicePath)
-
clientNumber
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData.Builder clientNumber(java.lang.String clientNumber)
-
logonLanguage
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData.Builder logonLanguage(@Nullable java.lang.String logonLanguage)
-
oauthProperties
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData.Builder oauthProperties(@Nullable ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthProperties oauthProperties)
-
portNumber
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData.Builder portNumber(java.lang.Integer portNumber)
-
privateLinkServiceName
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData.Builder privateLinkServiceName(@Nullable java.lang.String privateLinkServiceName)
-
build
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData build()
-
-