Uses of Interface
software.amazon.awssdk.services.appflow.model.CustomConnectorProfileProperties.Builder
-
Packages that use CustomConnectorProfileProperties.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of CustomConnectorProfileProperties.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return CustomConnectorProfileProperties.Builder Modifier and Type Method Description static CustomConnectorProfileProperties.BuilderCustomConnectorProfileProperties. builder()default CustomConnectorProfileProperties.BuilderCustomConnectorProfileProperties.Builder. oAuth2Properties(Consumer<OAuth2Properties.Builder> oAuth2Properties)Sets the value of the OAuth2Properties property for this object.CustomConnectorProfileProperties.BuilderCustomConnectorProfileProperties.Builder. oAuth2Properties(OAuth2Properties oAuth2Properties)Sets the value of the OAuth2Properties property for this object.CustomConnectorProfileProperties.BuilderCustomConnectorProfileProperties.Builder. profileProperties(Map<String,String> profileProperties)A map of properties that are required to create a profile for the custom connector.CustomConnectorProfileProperties.BuilderCustomConnectorProfileProperties. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type CustomConnectorProfileProperties.Builder Modifier and Type Method Description static Class<? extends CustomConnectorProfileProperties.Builder>CustomConnectorProfileProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type CustomConnectorProfileProperties.Builder Modifier and Type Method Description default ConnectorProfileProperties.BuilderConnectorProfileProperties.Builder. customConnector(Consumer<CustomConnectorProfileProperties.Builder> customConnector)The properties required by the custom connector.
-