static InstanceLaunchTemplateUpdate.Builder |
InstanceLaunchTemplateUpdate.builder() |
|
default InstanceLaunchTemplateUpdate.Builder |
InstanceLaunchTemplateUpdate.Builder.capacityReservations(Consumer<CapacityReservationRequest.Builder> capacityReservations) |
The updated capacity reservations specifications for Amazon ECS Managed Instances.
|
InstanceLaunchTemplateUpdate.Builder |
InstanceLaunchTemplateUpdate.Builder.capacityReservations(CapacityReservationRequest capacityReservations) |
The updated capacity reservations specifications for Amazon ECS Managed Instances.
|
InstanceLaunchTemplateUpdate.Builder |
InstanceLaunchTemplateUpdate.Builder.ec2InstanceProfileArn(String ec2InstanceProfileArn) |
The updated Amazon Resource Name (ARN) of the instance profile.
|
InstanceLaunchTemplateUpdate.Builder |
InstanceLaunchTemplateUpdate.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 InstanceLaunchTemplateUpdate.Builder |
InstanceLaunchTemplateUpdate.Builder.instanceRequirements(Consumer<InstanceRequirementsRequest.Builder> instanceRequirements) |
The updated instance requirements for attribute-based instance type selection.
|
InstanceLaunchTemplateUpdate.Builder |
InstanceLaunchTemplateUpdate.Builder.instanceRequirements(InstanceRequirementsRequest instanceRequirements) |
The updated instance requirements for attribute-based instance type selection.
|
InstanceLaunchTemplateUpdate.Builder |
InstanceLaunchTemplateUpdate.Builder.monitoring(String monitoring) |
CloudWatch provides two categories of monitoring: basic monitoring and detailed monitoring.
|
InstanceLaunchTemplateUpdate.Builder |
InstanceLaunchTemplateUpdate.Builder.monitoring(ManagedInstancesMonitoringOptions monitoring) |
CloudWatch provides two categories of monitoring: basic monitoring and detailed monitoring.
|
default InstanceLaunchTemplateUpdate.Builder |
InstanceLaunchTemplateUpdate.Builder.networkConfiguration(Consumer<ManagedInstancesNetworkConfiguration.Builder> networkConfiguration) |
The updated network configuration for Amazon ECS Managed Instances.
|
InstanceLaunchTemplateUpdate.Builder |
InstanceLaunchTemplateUpdate.Builder.networkConfiguration(ManagedInstancesNetworkConfiguration networkConfiguration) |
The updated network configuration for Amazon ECS Managed Instances.
|
default InstanceLaunchTemplateUpdate.Builder |
InstanceLaunchTemplateUpdate.Builder.storageConfiguration(Consumer<ManagedInstancesStorageConfiguration.Builder> storageConfiguration) |
The updated storage configuration for Amazon ECS Managed Instances.
|
InstanceLaunchTemplateUpdate.Builder |
InstanceLaunchTemplateUpdate.Builder.storageConfiguration(ManagedInstancesStorageConfiguration storageConfiguration) |
The updated storage configuration for Amazon ECS Managed Instances.
|
InstanceLaunchTemplateUpdate.Builder |
InstanceLaunchTemplateUpdate.toBuilder() |
|