public static interface LaunchTemplateIamInstanceProfileSpecificationRequest.Builder extends SdkPojo, CopyableBuilder<LaunchTemplateIamInstanceProfileSpecificationRequest.Builder,LaunchTemplateIamInstanceProfileSpecificationRequest>
Modifier and Type | Method and Description |
---|---|
LaunchTemplateIamInstanceProfileSpecificationRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the instance profile.
|
LaunchTemplateIamInstanceProfileSpecificationRequest.Builder |
name(String name)
The name of the instance profile.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
LaunchTemplateIamInstanceProfileSpecificationRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the instance profile.
arn
- The Amazon Resource Name (ARN) of the instance profile.LaunchTemplateIamInstanceProfileSpecificationRequest.Builder name(String name)
The name of the instance profile.
name
- The name of the instance profile.Copyright © 2023. All rights reserved.