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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LicenseServiceConfiguration.Builderendpoint(String endpoint)The endpoint of the license service that is accessed by the studio component resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
endpoint
LicenseServiceConfiguration.Builder endpoint(String 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.
-
-