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 AWS account ID of the instance owner.
|
ConfirmProductInstanceResponse.Builder |
returnValue(Boolean returnValue)
The return value of the request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ConfirmProductInstanceResponse.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 © 2019. All rights reserved.