public static interface IamInstanceProfileSpecification.Builder extends CopyableBuilder<IamInstanceProfileSpecification.Builder,IamInstanceProfileSpecification>
| Modifier and Type | Method and Description |
|---|---|
IamInstanceProfileSpecification.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the instance profile.
|
IamInstanceProfileSpecification.Builder |
name(String name)
The name of the instance profile.
|
copyapply, buildIamInstanceProfileSpecification.Builder arn(String arn)
The Amazon Resource Name (ARN) of the instance profile.
arn - The Amazon Resource Name (ARN) of the instance profile.IamInstanceProfileSpecification.Builder name(String name)
The name of the instance profile.
name - The name of the instance profile.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.