public static interface IamInstanceProfile.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<IamInstanceProfile.Builder,IamInstanceProfile>
| Modifier and Type | Method and Description |
|---|---|
IamInstanceProfile.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the instance profile.
|
IamInstanceProfile.Builder |
id(String id)
The ID of the instance profile.
|
IamInstanceProfile.Builder arn(String arn)
The Amazon Resource Name (ARN) of the instance profile.
arn - The Amazon Resource Name (ARN) of the instance profile.IamInstanceProfile.Builder id(String id)
The ID of the instance profile.
id - The ID of the instance profile.Copyright © 2017. All rights reserved.