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