public static interface PurchaseScheduledInstancesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<PurchaseScheduledInstancesRequest.Builder,PurchaseScheduledInstancesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPurchaseScheduledInstancesRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see Ensuring Idempotency.
clientToken - Unique, case-sensitive identifier that ensures the idempotency of the request. For more information,
see Ensuring
Idempotency.PurchaseScheduledInstancesRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.PurchaseScheduledInstancesRequest.Builder purchaseRequests(Collection<PurchaseRequest> purchaseRequests)
The purchase requests.
purchaseRequests - The purchase requests.PurchaseScheduledInstancesRequest.Builder purchaseRequests(PurchaseRequest... purchaseRequests)
The purchase requests.
purchaseRequests - The purchase requests.PurchaseScheduledInstancesRequest.Builder purchaseRequests(Consumer<PurchaseRequest.Builder>... purchaseRequests)
The purchase requests.
This is a convenience method that creates an instance of thePurchaseRequest.Builder avoiding the need to create one
manually via PurchaseRequest.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #purchaseRequests(List.
purchaseRequests - a consumer that will call methods on
PurchaseRequest.Builder#purchaseRequests(java.util.Collection) PurchaseScheduledInstancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPurchaseScheduledInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.