public static interface AssociateIamInstanceProfileRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<AssociateIamInstanceProfileRequest.Builder,AssociateIamInstanceProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateIamInstanceProfileRequest.Builder |
iamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile)
The IAM instance profile.
|
AssociateIamInstanceProfileRequest.Builder |
instanceId(String instanceId)
The ID of the instance.
|
copyapply, buildAssociateIamInstanceProfileRequest.Builder iamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile)
The IAM instance profile.
iamInstanceProfile - The IAM instance profile.AssociateIamInstanceProfileRequest.Builder instanceId(String instanceId)
The ID of the instance.
instanceId - The ID of the instance.Copyright © 2017. All rights reserved.