CopyableBuilder<RunScheduledInstancesRequest.Builder,RunScheduledInstancesRequest>
, SdkBuilder<RunScheduledInstancesRequest.Builder,RunScheduledInstancesRequest>
public static interface RunScheduledInstancesRequest.Builder extends CopyableBuilder<RunScheduledInstancesRequest.Builder,RunScheduledInstancesRequest>
Modifier and Type | Method | Description |
---|---|---|
RunScheduledInstancesRequest.Builder |
clientToken(String clientToken) |
Unique, case-sensitive identifier that ensures the idempotency of the request.
|
RunScheduledInstancesRequest.Builder |
instanceCount(Integer instanceCount) |
The number of instances.
|
RunScheduledInstancesRequest.Builder |
launchSpecification(ScheduledInstancesLaunchSpecification launchSpecification) |
The launch specification.
|
RunScheduledInstancesRequest.Builder |
scheduledInstanceId(String scheduledInstanceId) |
The Scheduled Instance ID.
|
copy
apply, build
RunScheduledInstancesRequest.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.RunScheduledInstancesRequest.Builder instanceCount(Integer instanceCount)
The number of instances.
Default: 1
instanceCount
- The number of instances.
Default: 1
RunScheduledInstancesRequest.Builder launchSpecification(ScheduledInstancesLaunchSpecification launchSpecification)
The launch specification. You must match the instance type, Availability Zone, network, and platform of the schedule that you purchased.
launchSpecification
- The launch specification. You must match the instance type, Availability Zone, network, and platform
of the schedule that you purchased.RunScheduledInstancesRequest.Builder scheduledInstanceId(String scheduledInstanceId)
The Scheduled Instance ID.
scheduledInstanceId
- The Scheduled Instance ID.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.