public static interface ConfirmProductInstanceResponse.Builder extends EC2Response.Builder, CopyableBuilder<ConfirmProductInstanceResponse.Builder,ConfirmProductInstanceResponse>
| Modifier and Type | Method and Description |
|---|---|
ConfirmProductInstanceResponse.Builder |
ownerId(String ownerId)
The AWS account ID of the instance owner.
|
ConfirmProductInstanceResponse.Builder |
returnValue(Boolean returnValue)
The return value of the request.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildConfirmProductInstanceResponse.Builder ownerId(String ownerId)
The AWS account ID of the instance owner. This is only present if the product code is attached to the instance.
ownerId - The AWS account ID of the instance owner. This is only present if the product code is attached to the
instance.ConfirmProductInstanceResponse.Builder returnValue(Boolean returnValue)
The return value of the request. Returns true if the specified product code is owned by the
requester and associated with the specified instance.
returnValue - The return value of the request. Returns true if the specified product code is owned by
the requester and associated with the specified instance.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.