| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
IamInstanceProfile.Builder |
IamInstanceProfile.Builder.arn(String arn)
The profile ARN of the EC2 instance.
|
static IamInstanceProfile.Builder |
IamInstanceProfile.builder() |
IamInstanceProfile.Builder |
IamInstanceProfile.Builder.id(String id)
The profile ID of the EC2 instance.
|
IamInstanceProfile.Builder |
IamInstanceProfile.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IamInstanceProfile.Builder> |
IamInstanceProfile.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InstanceDetails.Builder |
InstanceDetails.Builder.iamInstanceProfile(Consumer<IamInstanceProfile.Builder> iamInstanceProfile)
The profile information of the EC2 instance.
|
Copyright © 2022. All rights reserved.