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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Licensing.BuilderosByol(Boolean osByol)Whether to enable "Bring your own license" or not.-
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
-
osByol
Licensing.Builder osByol(Boolean 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.
-
-