public static interface CustomConnectorProfileProperties.Builder extends SdkPojo, CopyableBuilder<CustomConnectorProfileProperties.Builder,CustomConnectorProfileProperties>
| Modifier and Type | Method and Description |
|---|---|
default CustomConnectorProfileProperties.Builder |
oAuth2Properties(Consumer<OAuth2Properties.Builder> oAuth2Properties)
Sets the value of the OAuth2Properties property for this object.
|
CustomConnectorProfileProperties.Builder |
oAuth2Properties(OAuth2Properties oAuth2Properties)
Sets the value of the OAuth2Properties property for this object.
|
CustomConnectorProfileProperties.Builder |
profileProperties(Map<String,String> profileProperties)
A map of properties that are required to create a profile for the custom connector.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomConnectorProfileProperties.Builder profileProperties(Map<String,String> profileProperties)
A map of properties that are required to create a profile for the custom connector.
profileProperties - A map of properties that are required to create a profile for the custom connector.CustomConnectorProfileProperties.Builder oAuth2Properties(OAuth2Properties oAuth2Properties)
oAuth2Properties - The new value for the OAuth2Properties property for this object.default CustomConnectorProfileProperties.Builder oAuth2Properties(Consumer<OAuth2Properties.Builder> oAuth2Properties)
OAuth2Properties.Builder avoiding the
need to create one manually via OAuth2Properties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to oAuth2Properties(OAuth2Properties).
oAuth2Properties - a consumer that will call methods on OAuth2Properties.BuilderoAuth2Properties(OAuth2Properties)Copyright © 2023. All rights reserved.