Uses of Interface
software.amazon.awssdk.services.pcs.model.CustomLaunchTemplate.Builder
-
Packages that use CustomLaunchTemplate.Builder Package Description software.amazon.awssdk.services.pcs.model -
-
Uses of CustomLaunchTemplate.Builder in software.amazon.awssdk.services.pcs.model
Methods in software.amazon.awssdk.services.pcs.model that return CustomLaunchTemplate.Builder Modifier and Type Method Description static CustomLaunchTemplate.BuilderCustomLaunchTemplate. builder()CustomLaunchTemplate.BuilderCustomLaunchTemplate.Builder. id(String id)The ID of the EC2 launch template to use to provision instances.CustomLaunchTemplate.BuilderCustomLaunchTemplate. toBuilder()CustomLaunchTemplate.BuilderCustomLaunchTemplate.Builder. version(String version)The version of the EC2 launch template to use to provision instances.Methods in software.amazon.awssdk.services.pcs.model that return types with arguments of type CustomLaunchTemplate.Builder Modifier and Type Method Description static Class<? extends CustomLaunchTemplate.Builder>CustomLaunchTemplate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pcs.model with type arguments of type CustomLaunchTemplate.Builder Modifier and Type Method Description default ComputeNodeGroup.BuilderComputeNodeGroup.Builder. customLaunchTemplate(Consumer<CustomLaunchTemplate.Builder> customLaunchTemplate)Sets the value of the CustomLaunchTemplate property for this object.default CreateComputeNodeGroupRequest.BuilderCreateComputeNodeGroupRequest.Builder. customLaunchTemplate(Consumer<CustomLaunchTemplate.Builder> customLaunchTemplate)Sets the value of the CustomLaunchTemplate property for this object.default UpdateComputeNodeGroupRequest.BuilderUpdateComputeNodeGroupRequest.Builder. customLaunchTemplate(Consumer<CustomLaunchTemplate.Builder> customLaunchTemplate)Sets the value of the CustomLaunchTemplate property for this object.
-