| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
static CustomConnectorProfileProperties.Builder |
CustomConnectorProfileProperties.builder() |
default CustomConnectorProfileProperties.Builder |
CustomConnectorProfileProperties.Builder.oAuth2Properties(Consumer<OAuth2Properties.Builder> oAuth2Properties)
Sets the value of the OAuth2Properties property for this object.
|
CustomConnectorProfileProperties.Builder |
CustomConnectorProfileProperties.Builder.oAuth2Properties(OAuth2Properties oAuth2Properties)
Sets the value of the OAuth2Properties property for this object.
|
CustomConnectorProfileProperties.Builder |
CustomConnectorProfileProperties.Builder.profileProperties(Map<String,String> profileProperties)
A map of properties that are required to create a profile for the custom connector.
|
CustomConnectorProfileProperties.Builder |
CustomConnectorProfileProperties.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CustomConnectorProfileProperties.Builder> |
CustomConnectorProfileProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ConnectorProfileProperties.Builder |
ConnectorProfileProperties.Builder.customConnector(Consumer<CustomConnectorProfileProperties.Builder> customConnector)
The properties required by the custom connector.
|
Copyright © 2023. All rights reserved.