public static interface ConfirmProductInstanceResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ConfirmProductInstanceResponse.Builder,ConfirmProductInstanceResponse>
| Modifier and Type | Method and Description |
|---|---|
ConfirmProductInstanceResponse.Builder |
ownerId(String ownerId)
The Amazon Web Services account ID of the instance owner.
|
ConfirmProductInstanceResponse.Builder |
returnValue(Boolean returnValue)
The return value of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildConfirmProductInstanceResponse.Builder ownerId(String ownerId)
The Amazon Web Services account ID of the instance owner. This is only present if the product code is attached to the instance.
ownerId - The Amazon Web Services 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 © 2021. All rights reserved.