CopyableBuilder<ConfirmProductInstanceResponse.Builder,ConfirmProductInstanceResponse>
, SdkBuilder<ConfirmProductInstanceResponse.Builder,ConfirmProductInstanceResponse>
public static interface ConfirmProductInstanceResponse.Builder extends CopyableBuilder<ConfirmProductInstanceResponse.Builder,ConfirmProductInstanceResponse>
Modifier and Type | Method | 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.
|
copy
apply, 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.