| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
IamInstanceProfile.Builder |
IamInstanceProfile.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the instance profile.
|
static IamInstanceProfile.Builder |
IamInstanceProfile.builder() |
IamInstanceProfile.Builder |
IamInstanceProfile.Builder.id(String id)
The ID of the instance profile.
|
IamInstanceProfile.Builder |
IamInstanceProfile.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IamInstanceProfile.Builder> |
IamInstanceProfile.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Instance.Builder |
Instance.Builder.iamInstanceProfile(Consumer<IamInstanceProfile.Builder> iamInstanceProfile)
The IAM instance profile associated with the instance, if applicable.
|
default IamInstanceProfileAssociation.Builder |
IamInstanceProfileAssociation.Builder.iamInstanceProfile(Consumer<IamInstanceProfile.Builder> iamInstanceProfile)
The IAM instance profile.
|
Copyright © 2019. All rights reserved.