CopyableBuilder<IamInstanceProfile.Builder,IamInstanceProfile>
, SdkBuilder<IamInstanceProfile.Builder,IamInstanceProfile>
public static interface IamInstanceProfile.Builder extends CopyableBuilder<IamInstanceProfile.Builder,IamInstanceProfile>
Modifier and Type | Method | 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.
|
copy
apply, 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.