Uses of Interface
software.amazon.awssdk.services.ec2.model.IamInstanceProfileAssociation.Builder
Packages that use IamInstanceProfileAssociation.Builder
-
Uses of IamInstanceProfileAssociation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IamInstanceProfileAssociation.BuilderModifier and TypeMethodDescriptionIamInstanceProfileAssociation.Builder.associationId(String associationId) The ID of the association.IamInstanceProfileAssociation.builder()IamInstanceProfileAssociation.Builder.iamInstanceProfile(Consumer<IamInstanceProfile.Builder> iamInstanceProfile) The IAM instance profile.IamInstanceProfileAssociation.Builder.iamInstanceProfile(IamInstanceProfile iamInstanceProfile) The IAM instance profile.IamInstanceProfileAssociation.Builder.instanceId(String instanceId) The ID of the instance.The state of the association.IamInstanceProfileAssociation.Builder.state(IamInstanceProfileAssociationState state) The state of the association.The time the IAM instance profile was associated with the instance.IamInstanceProfileAssociation.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IamInstanceProfileAssociation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends IamInstanceProfileAssociation.Builder>IamInstanceProfileAssociation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IamInstanceProfileAssociation.BuilderModifier and TypeMethodDescriptionAssociateIamInstanceProfileResponse.Builder.iamInstanceProfileAssociation(Consumer<IamInstanceProfileAssociation.Builder> iamInstanceProfileAssociation) Information about the IAM instance profile association.DisassociateIamInstanceProfileResponse.Builder.iamInstanceProfileAssociation(Consumer<IamInstanceProfileAssociation.Builder> iamInstanceProfileAssociation) Information about the IAM instance profile association.ReplaceIamInstanceProfileAssociationResponse.Builder.iamInstanceProfileAssociation(Consumer<IamInstanceProfileAssociation.Builder> iamInstanceProfileAssociation) Information about the IAM instance profile association.