Instance.Builder |
Instance.Builder.accountID(String accountID) |
The account ID which owns the instance.
|
Instance.Builder |
Instance.Builder.amiId(String amiId) |
The AMI ID used to launch the instance.
|
static Instance.Builder |
Instance.builder() |
|
Instance.Builder |
Instance.Builder.instanceID(String instanceID) |
The instance ID of the resource.
|
Instance.Builder |
Instance.Builder.instanceType(String instanceType) |
The instance type of the resource.
|
Instance.Builder |
Instance.Builder.lastUpdatedTime(String lastUpdatedTime) |
The time in which the last discovery updated the instance details.
|
Instance.Builder |
Instance.Builder.productCode(String... productCode) |
The product code for the instance.
|
Instance.Builder |
Instance.Builder.productCode(Collection<String> productCode) |
The product code for the instance.
|
Instance.Builder |
Instance.Builder.region(String region) |
The Region the instance is running in.
|
Instance.Builder |
Instance.Builder.status(String status) |
The status of the instance.
|
Instance.Builder |
Instance.Builder.subscriptionName(String subscriptionName) |
The name of the subscription being used by the instance.
|
Instance.Builder |
Instance.toBuilder() |
|
Instance.Builder |
Instance.Builder.usageOperation(String usageOperation) |
The usage operation of the instance.
|