public static interface ApplicationSourceConfig.Builder extends SdkPojo, CopyableBuilder<ApplicationSourceConfig.Builder,ApplicationSourceConfig>
| Modifier and Type | Method and Description |
|---|---|
default ApplicationSourceConfig.Builder |
externalUrlConfig(Consumer<ExternalUrlConfig.Builder> externalUrlConfig)
The external URL source for the application.
|
ApplicationSourceConfig.Builder |
externalUrlConfig(ExternalUrlConfig externalUrlConfig)
The external URL source for the application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApplicationSourceConfig.Builder externalUrlConfig(ExternalUrlConfig externalUrlConfig)
The external URL source for the application.
externalUrlConfig - The external URL source for the application.default ApplicationSourceConfig.Builder externalUrlConfig(Consumer<ExternalUrlConfig.Builder> externalUrlConfig)
The external URL source for the application.
This is a convenience method that creates an instance of theExternalUrlConfig.Builder avoiding the
need to create one manually via ExternalUrlConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to externalUrlConfig(ExternalUrlConfig).
externalUrlConfig - a consumer that will call methods on ExternalUrlConfig.BuilderexternalUrlConfig(ExternalUrlConfig)Copyright © 2023. All rights reserved.