public static interface Instance.Builder extends SdkPojo, CopyableBuilder<Instance.Builder,Instance>
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
accountID(String accountID)
The account ID which owns the instance.
|
Instance.Builder |
amiId(String amiId)
The AMI ID used to launch the instance.
|
Instance.Builder |
instanceID(String instanceID)
The instance ID of the resource.
|
Instance.Builder |
instanceType(String instanceType)
The instance type of the resource.
|
Instance.Builder |
lastUpdatedTime(String lastUpdatedTime)
The time in which the last discovery updated the instance details.
|
Instance.Builder |
productCode(Collection<String> productCode)
The product code for the instance.
|
Instance.Builder |
productCode(String... productCode)
The product code for the instance.
|
Instance.Builder |
region(String region)
The Region the instance is running in.
|
Instance.Builder |
status(String status)
The status of the instance.
|
Instance.Builder |
subscriptionName(String subscriptionName)
The name of the subscription being used by the instance.
|
Instance.Builder |
usageOperation(String usageOperation)
The usage operation of the instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstance.Builder accountID(String accountID)
The account ID which owns the instance.
accountID - The account ID which owns the instance.Instance.Builder amiId(String amiId)
The AMI ID used to launch the instance.
amiId - The AMI ID used to launch the instance.Instance.Builder instanceID(String instanceID)
The instance ID of the resource.
instanceID - The instance ID of the resource.Instance.Builder instanceType(String instanceType)
The instance type of the resource.
instanceType - The instance type of the resource.Instance.Builder lastUpdatedTime(String lastUpdatedTime)
The time in which the last discovery updated the instance details.
lastUpdatedTime - The time in which the last discovery updated the instance details.Instance.Builder productCode(Collection<String> productCode)
The product code for the instance. For more information, see Usage operation values in the License Manager User Guide .
productCode - The product code for the instance. For more information, see Usage operation values in the License Manager User Guide .Instance.Builder productCode(String... productCode)
The product code for the instance. For more information, see Usage operation values in the License Manager User Guide .
productCode - The product code for the instance. For more information, see Usage operation values in the License Manager User Guide .Instance.Builder region(String region)
The Region the instance is running in.
region - The Region the instance is running in.Instance.Builder status(String status)
The status of the instance.
status - The status of the instance.Instance.Builder subscriptionName(String subscriptionName)
The name of the subscription being used by the instance.
subscriptionName - The name of the subscription being used by the instance.Instance.Builder usageOperation(String usageOperation)
The usage operation of the instance. For more information, see For more information, see Usage operation values in the License Manager User Guide.
usageOperation - The usage operation of the instance. For more information, see For more information, see Usage operation values in the License Manager User Guide.Copyright © 2023. All rights reserved.