public static interface Subscription.Builder extends SdkPojo, CopyableBuilder<Subscription.Builder,Subscription>
| Modifier and Type | Method and Description |
|---|---|
Subscription.Builder |
instanceCount(Long instanceCount)
The total amount of running instances using this subscription.
|
Subscription.Builder |
name(String name)
The name of the subscription.
|
Subscription.Builder |
type(String type)
The type of subscription.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSubscription.Builder instanceCount(Long instanceCount)
The total amount of running instances using this subscription.
instanceCount - The total amount of running instances using this subscription.Subscription.Builder name(String name)
The name of the subscription.
name - The name of the subscription.Subscription.Builder type(String type)
The type of subscription. The type can be subscription-included with Amazon EC2, Bring Your Own Subscription model (BYOS), or from the Amazon Web Services Marketplace. Certain subscriptions may use licensing from the Amazon Web Services Marketplace as well as OS licensing from Amazon EC2 or BYOS.
type - The type of subscription. The type can be subscription-included with Amazon EC2, Bring Your Own
Subscription model (BYOS), or from the Amazon Web Services Marketplace. Certain subscriptions may use
licensing from the Amazon Web Services Marketplace as well as OS licensing from Amazon EC2 or BYOS.Copyright © 2023. All rights reserved.