Interface Licensing.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Licensing.Builder,,Licensing> SdkBuilder<Licensing.Builder,,Licensing> SdkPojo
- Enclosing class:
 Licensing
public static interface Licensing.Builder
extends SdkPojo, CopyableBuilder<Licensing.Builder,Licensing> 
- 
Method Summary
Modifier and TypeMethodDescriptionWhether to enable "Bring your own license" or not.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
- 
osByol
Whether to enable "Bring your own license" or not.
- Parameters:
 osByol- Whether to enable "Bring your own license" or not.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -