Interface ExternalUrlConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ExternalUrlConfig.Builder,,ExternalUrlConfig> SdkBuilder<ExternalUrlConfig.Builder,,ExternalUrlConfig> SdkPojo
- Enclosing class:
 ExternalUrlConfig
public static interface ExternalUrlConfig.Builder
extends SdkPojo, CopyableBuilder<ExternalUrlConfig.Builder,ExternalUrlConfig> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe URL to access the application.approvedOrigins(String... approvedOrigins) Additional URLs to allow list if different than the access URL.approvedOrigins(Collection<String> approvedOrigins) Additional URLs to allow list if different than the access URL.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
accessUrl
The URL to access the application.
- Parameters:
 accessUrl- The URL to access the application.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
approvedOrigins
Additional URLs to allow list if different than the access URL.
- Parameters:
 approvedOrigins- Additional URLs to allow list if different than the access URL.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
approvedOrigins
Additional URLs to allow list if different than the access URL.
- Parameters:
 approvedOrigins- Additional URLs to allow list if different than the access URL.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -