Class TransparentProxyDestination.Builder
java.lang.Object
com.sap.cloud.sdk.cloudplatform.connectivity.TransparentProxyDestination.AbstractBuilder<TransparentProxyDestination.Builder>
com.sap.cloud.sdk.cloudplatform.connectivity.TransparentProxyDestination.Builder
- Enclosing class:
- TransparentProxyDestination
public static final class TransparentProxyDestination.Builder
extends TransparentProxyDestination.AbstractBuilder<TransparentProxyDestination.Builder>
Builder for creating a destination
TransparentProxyDestination. See https://help.sap.com/docs/connectivity/sap-btp-connectivity-cf/destination-custom-resource-
Method Summary
Modifier and TypeMethodDescriptionprotected TransparentProxyDestination.BuildergetThis()Returns the current builder instance.Methods inherited from class com.sap.cloud.sdk.cloudplatform.connectivity.TransparentProxyDestination.AbstractBuilder
actorToken, actorTokenType, authorization, build, chainName, chainVarSamlProviderDestinationName, chainVarSubjectToken, chainVarSubjectTokenType, clientAssertion, clientAssertionDestinationName, clientAssertionType, codeVerifier, header, header, headers, property, property, redirectUri, subjectTokenType, tenantId, tenantSubdomain, tokenServiceTenant
-
Method Details
-
getThis
Description copied from class:TransparentProxyDestination.AbstractBuilderReturns the current builder instance.This method is used to support fluent method chaining in subclasses of
AbstractBuilder.- Specified by:
getThisin classTransparentProxyDestination.AbstractBuilder<TransparentProxyDestination.Builder>- Returns:
- the current builder instance
-