Uses of Interface
software.amazon.awssdk.services.ec2.model.LaunchTemplateIamInstanceProfileSpecificationRequest.Builder
-
Packages that use LaunchTemplateIamInstanceProfileSpecificationRequest.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of LaunchTemplateIamInstanceProfileSpecificationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LaunchTemplateIamInstanceProfileSpecificationRequest.Builder Modifier and Type Method Description LaunchTemplateIamInstanceProfileSpecificationRequest.BuilderLaunchTemplateIamInstanceProfileSpecificationRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of the instance profile.static LaunchTemplateIamInstanceProfileSpecificationRequest.BuilderLaunchTemplateIamInstanceProfileSpecificationRequest. builder()LaunchTemplateIamInstanceProfileSpecificationRequest.BuilderLaunchTemplateIamInstanceProfileSpecificationRequest.Builder. name(String name)The name of the instance profile.LaunchTemplateIamInstanceProfileSpecificationRequest.BuilderLaunchTemplateIamInstanceProfileSpecificationRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LaunchTemplateIamInstanceProfileSpecificationRequest.Builder Modifier and Type Method Description static Class<? extends LaunchTemplateIamInstanceProfileSpecificationRequest.Builder>LaunchTemplateIamInstanceProfileSpecificationRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LaunchTemplateIamInstanceProfileSpecificationRequest.Builder Modifier and Type Method Description default RequestLaunchTemplateData.BuilderRequestLaunchTemplateData.Builder. iamInstanceProfile(Consumer<LaunchTemplateIamInstanceProfileSpecificationRequest.Builder> iamInstanceProfile)The name or Amazon Resource Name (ARN) of an IAM instance profile.
-