Package com.pulumi.aws.appflow.outputs
Class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector.Builder
- java.lang.Object
-
- com.pulumi.aws.appflow.outputs.ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector.Builder
-
public static final class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector
build()
ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector.Builder
oauth2Properties(ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2Properties oauth2Properties)
ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector.Builder
profileProperties(java.util.Map<java.lang.String,java.lang.String> profileProperties)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector defaults)
-
-
Method Detail
-
oauth2Properties
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector.Builder oauth2Properties(@Nullable ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2Properties oauth2Properties)
-
profileProperties
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector.Builder profileProperties(@Nullable java.util.Map<java.lang.String,java.lang.String> profileProperties)
-
build
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector build()
-
-