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