public static interface IamInstanceProfile.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
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 © 2022. All rights reserved.