Interface Licensing.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Licensing.Builder,
,Licensing> SdkBuilder<Licensing.Builder,
,Licensing> SdkPojo
- Enclosing class:
Licensing
@Mutable
@NotThreadSafe
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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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.
-