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)Configure BYOL OS licensing.-
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)
Configure BYOL OS licensing.
- Parameters:
osByol- Configure BYOL OS licensing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-