| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateIamInstanceProfileSpecification.Builder |
LaunchTemplateIamInstanceProfileSpecification.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the instance profile.
|
static LaunchTemplateIamInstanceProfileSpecification.Builder |
LaunchTemplateIamInstanceProfileSpecification.builder() |
LaunchTemplateIamInstanceProfileSpecification.Builder |
LaunchTemplateIamInstanceProfileSpecification.Builder.name(String name)
The name of the instance profile.
|
LaunchTemplateIamInstanceProfileSpecification.Builder |
LaunchTemplateIamInstanceProfileSpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LaunchTemplateIamInstanceProfileSpecification.Builder> |
LaunchTemplateIamInstanceProfileSpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResponseLaunchTemplateData.Builder |
ResponseLaunchTemplateData.Builder.iamInstanceProfile(Consumer<LaunchTemplateIamInstanceProfileSpecification.Builder> iamInstanceProfile)
The IAM instance profile.
|
Copyright © 2022. All rights reserved.