public static interface ScheduledInstancesLaunchSpecification.Builder extends CopyableBuilder<ScheduledInstancesLaunchSpecification.Builder,ScheduledInstancesLaunchSpecification>
copyapply, buildScheduledInstancesLaunchSpecification.Builder blockDeviceMappings(Collection<ScheduledInstancesBlockDeviceMapping> blockDeviceMappings)
One or more block device mapping entries.
blockDeviceMappings - One or more block device mapping entries.ScheduledInstancesLaunchSpecification.Builder blockDeviceMappings(ScheduledInstancesBlockDeviceMapping... blockDeviceMappings)
One or more block device mapping entries.
blockDeviceMappings - One or more block device mapping entries.ScheduledInstancesLaunchSpecification.Builder blockDeviceMappings(Consumer<ScheduledInstancesBlockDeviceMapping.Builder>... blockDeviceMappings)
One or more block device mapping entries.
This is a convenience that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #blockDeviceMappings(List) .blockDeviceMappings - a consumer that will call methods on List.Builder #blockDeviceMappings(List) ScheduledInstancesLaunchSpecification.Builder ebsOptimized(Boolean ebsOptimized)
Indicates whether the instances are optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.
Default: false
ebsOptimized - Indicates whether the instances are optimized for EBS I/O. This optimization provides dedicated
throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance.
This optimization isn't available with all instance types. Additional usage charges apply when using
an EBS-optimized instance.
Default: false
ScheduledInstancesLaunchSpecification.Builder iamInstanceProfile(ScheduledInstancesIamInstanceProfile iamInstanceProfile)
The IAM instance profile.
iamInstanceProfile - The IAM instance profile.default ScheduledInstancesLaunchSpecification.Builder iamInstanceProfile(Consumer<ScheduledInstancesIamInstanceProfile.Builder> iamInstanceProfile)
The IAM instance profile.
This is a convenience that creates an instance of theScheduledInstancesIamInstanceProfile.Builder
avoiding the need to create one manually via ScheduledInstancesIamInstanceProfile.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to iamInstanceProfile(ScheduledInstancesIamInstanceProfile).iamInstanceProfile - a consumer that will call methods on ScheduledInstancesIamInstanceProfile.BuilderiamInstanceProfile(ScheduledInstancesIamInstanceProfile)ScheduledInstancesLaunchSpecification.Builder imageId(String imageId)
The ID of the Amazon Machine Image (AMI).
imageId - The ID of the Amazon Machine Image (AMI).ScheduledInstancesLaunchSpecification.Builder instanceType(String instanceType)
The instance type.
instanceType - The instance type.ScheduledInstancesLaunchSpecification.Builder kernelId(String kernelId)
The ID of the kernel.
kernelId - The ID of the kernel.ScheduledInstancesLaunchSpecification.Builder keyName(String keyName)
The name of the key pair.
keyName - The name of the key pair.ScheduledInstancesLaunchSpecification.Builder monitoring(ScheduledInstancesMonitoring monitoring)
Enable or disable monitoring for the instances.
monitoring - Enable or disable monitoring for the instances.default ScheduledInstancesLaunchSpecification.Builder monitoring(Consumer<ScheduledInstancesMonitoring.Builder> monitoring)
Enable or disable monitoring for the instances.
This is a convenience that creates an instance of theScheduledInstancesMonitoring.Builder avoiding
the need to create one manually via ScheduledInstancesMonitoring.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to monitoring(ScheduledInstancesMonitoring).monitoring - a consumer that will call methods on ScheduledInstancesMonitoring.Buildermonitoring(ScheduledInstancesMonitoring)ScheduledInstancesLaunchSpecification.Builder networkInterfaces(Collection<ScheduledInstancesNetworkInterface> networkInterfaces)
One or more network interfaces.
networkInterfaces - One or more network interfaces.ScheduledInstancesLaunchSpecification.Builder networkInterfaces(ScheduledInstancesNetworkInterface... networkInterfaces)
One or more network interfaces.
networkInterfaces - One or more network interfaces.ScheduledInstancesLaunchSpecification.Builder networkInterfaces(Consumer<ScheduledInstancesNetworkInterface.Builder>... networkInterfaces)
One or more network interfaces.
This is a convenience that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #networkInterfaces(List) .networkInterfaces - a consumer that will call methods on List.Builder #networkInterfaces(List) ScheduledInstancesLaunchSpecification.Builder placement(ScheduledInstancesPlacement placement)
The placement information.
placement - The placement information.default ScheduledInstancesLaunchSpecification.Builder placement(Consumer<ScheduledInstancesPlacement.Builder> placement)
The placement information.
This is a convenience that creates an instance of theScheduledInstancesPlacement.Builder avoiding
the need to create one manually via ScheduledInstancesPlacement.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to placement(ScheduledInstancesPlacement).placement - a consumer that will call methods on ScheduledInstancesPlacement.Builderplacement(ScheduledInstancesPlacement)ScheduledInstancesLaunchSpecification.Builder ramdiskId(String ramdiskId)
The ID of the RAM disk.
ramdiskId - The ID of the RAM disk.ScheduledInstancesLaunchSpecification.Builder securityGroupIds(Collection<String> securityGroupIds)
The IDs of one or more security groups.
securityGroupIds - The IDs of one or more security groups.ScheduledInstancesLaunchSpecification.Builder securityGroupIds(String... securityGroupIds)
The IDs of one or more security groups.
securityGroupIds - The IDs of one or more security groups.ScheduledInstancesLaunchSpecification.Builder subnetId(String subnetId)
The ID of the subnet in which to launch the instances.
subnetId - The ID of the subnet in which to launch the instances.ScheduledInstancesLaunchSpecification.Builder userData(String userData)
The base64-encoded MIME user data.
userData - The base64-encoded MIME user data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.