static InstanceLaunchTemplate.Builder |
InstanceLaunchTemplate.builder() |
|
InstanceLaunchTemplate.Builder |
InstanceLaunchTemplate.Builder.capacityOptionType(String capacityOptionType) |
The capacity option type.
|
InstanceLaunchTemplate.Builder |
InstanceLaunchTemplate.Builder.capacityOptionType(CapacityOptionType capacityOptionType) |
The capacity option type.
|
default InstanceLaunchTemplate.Builder |
InstanceLaunchTemplate.Builder.capacityReservations(Consumer<CapacityReservationRequest.Builder> capacityReservations) |
Capacity reservation specifications.
|
InstanceLaunchTemplate.Builder |
InstanceLaunchTemplate.Builder.capacityReservations(CapacityReservationRequest capacityReservations) |
Capacity reservation specifications.
|
InstanceLaunchTemplate.Builder |
InstanceLaunchTemplate.Builder.ec2InstanceProfileArn(String ec2InstanceProfileArn) |
The Amazon Resource Name (ARN) of the instance profile that Amazon ECS applies to Amazon ECS Managed
Instances.
|
InstanceLaunchTemplate.Builder |
InstanceLaunchTemplate.Builder.fipsEnabled(Boolean fipsEnabled) |
Determines whether to enable FIPS 140-2 validated cryptographic modules on EC2 instances launched by the
capacity provider.
|
InstanceLaunchTemplate.Builder |
InstanceLaunchTemplate.Builder.instanceMetadataTagsPropagation(Boolean instanceMetadataTagsPropagation) |
Determines whether tags are propagated to the instance metadata service (IMDS) for Amazon EC2 instances
launched by the Managed Instances capacity provider.
|
default InstanceLaunchTemplate.Builder |
InstanceLaunchTemplate.Builder.instanceRequirements(Consumer<InstanceRequirementsRequest.Builder> instanceRequirements) |
The instance requirements.
|
InstanceLaunchTemplate.Builder |
InstanceLaunchTemplate.Builder.instanceRequirements(InstanceRequirementsRequest instanceRequirements) |
The instance requirements.
|
InstanceLaunchTemplate.Builder |
InstanceLaunchTemplate.Builder.monitoring(String monitoring) |
CloudWatch provides two categories of monitoring: basic monitoring and detailed monitoring.
|
InstanceLaunchTemplate.Builder |
InstanceLaunchTemplate.Builder.monitoring(ManagedInstancesMonitoringOptions monitoring) |
CloudWatch provides two categories of monitoring: basic monitoring and detailed monitoring.
|
default InstanceLaunchTemplate.Builder |
InstanceLaunchTemplate.Builder.networkConfiguration(Consumer<ManagedInstancesNetworkConfiguration.Builder> networkConfiguration) |
The network configuration for Amazon ECS Managed Instances.
|
InstanceLaunchTemplate.Builder |
InstanceLaunchTemplate.Builder.networkConfiguration(ManagedInstancesNetworkConfiguration networkConfiguration) |
The network configuration for Amazon ECS Managed Instances.
|
default InstanceLaunchTemplate.Builder |
InstanceLaunchTemplate.Builder.storageConfiguration(Consumer<ManagedInstancesStorageConfiguration.Builder> storageConfiguration) |
The storage configuration for Amazon ECS Managed Instances.
|
InstanceLaunchTemplate.Builder |
InstanceLaunchTemplate.Builder.storageConfiguration(ManagedInstancesStorageConfiguration storageConfiguration) |
The storage configuration for Amazon ECS Managed Instances.
|
InstanceLaunchTemplate.Builder |
InstanceLaunchTemplate.toBuilder() |
|