CopyableBuilder<ReplaceIamInstanceProfileAssociationRequest.Builder,ReplaceIamInstanceProfileAssociationRequest>
, SdkBuilder<ReplaceIamInstanceProfileAssociationRequest.Builder,ReplaceIamInstanceProfileAssociationRequest>
public static interface ReplaceIamInstanceProfileAssociationRequest.Builder extends CopyableBuilder<ReplaceIamInstanceProfileAssociationRequest.Builder,ReplaceIamInstanceProfileAssociationRequest>
Modifier and Type | Method | Description |
---|---|---|
ReplaceIamInstanceProfileAssociationRequest.Builder |
associationId(String associationId) |
The ID of the existing IAM instance profile association.
|
ReplaceIamInstanceProfileAssociationRequest.Builder |
iamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile) |
The IAM instance profile.
|
copy
apply, build
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 Amazon Web Services, Inc. All Rights Reserved.