public static interface LaunchTemplateIamInstanceProfileSpecification.Builder extends SdkPojo, CopyableBuilder<LaunchTemplateIamInstanceProfileSpecification.Builder,LaunchTemplateIamInstanceProfileSpecification>
Modifier and Type | Method and Description |
---|---|
LaunchTemplateIamInstanceProfileSpecification.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the instance profile.
|
LaunchTemplateIamInstanceProfileSpecification.Builder |
name(String name)
The name of the instance profile.
|
copy
applyMutation, build
LaunchTemplateIamInstanceProfileSpecification.Builder arn(String arn)
The Amazon Resource Name (ARN) of the instance profile.
arn
- The Amazon Resource Name (ARN) of the instance profile.LaunchTemplateIamInstanceProfileSpecification.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.