Interface LicenseServiceConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<LicenseServiceConfiguration.Builder,,LicenseServiceConfiguration> SdkBuilder<LicenseServiceConfiguration.Builder,,LicenseServiceConfiguration> SdkPojo
- Enclosing class:
 LicenseServiceConfiguration
public static interface LicenseServiceConfiguration.Builder
extends SdkPojo, CopyableBuilder<LicenseServiceConfiguration.Builder,LicenseServiceConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe endpoint of the license service that is accessed by the studio component resource.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
- 
endpoint
The endpoint of the license service that is accessed by the studio component resource.
- Parameters:
 endpoint- The endpoint of the license service that is accessed by the studio component resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -