Interface ConfirmProductInstanceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ConfirmProductInstanceResponse.Builder,ConfirmProductInstanceResponse>,Ec2Response.Builder,SdkBuilder<ConfirmProductInstanceResponse.Builder,ConfirmProductInstanceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ConfirmProductInstanceResponse
public static interface ConfirmProductInstanceResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ConfirmProductInstanceResponse.Builder,ConfirmProductInstanceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfirmProductInstanceResponse.BuilderownerId(String ownerId)The Amazon Web Services account ID of the instance owner.ConfirmProductInstanceResponse.BuilderreturnValue(Boolean returnValue)The return value of the request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
ownerId
ConfirmProductInstanceResponse.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.
- Parameters:
ownerId- The Amazon Web Services account ID of the instance owner. This is only present if the product code is attached to the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
returnValue
ConfirmProductInstanceResponse.Builder returnValue(Boolean returnValue)
The return value of the request. Returns
trueif the specified product code is owned by the requester and associated with the specified instance.- Parameters:
returnValue- The return value of the request. Returnstrueif the specified product code is owned by the requester and associated with the specified instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-