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